sys-apps/usbwarden - 9999 (booboo)

Search

Install

Install this version:

emerge -a =sys-apps/usbwarden-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/usbwarden-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/usbwarden-9999

Package Information

Description:
Simple script to handle whitelist of allowed usb devices
Homepage:
https://codeberg.org/gordonq/usbwarden
License:
WTFPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 ~arm64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3

EAPI=8

inherit git-r3

DESCRIPTION="Simple script to handle whitelist of allowed usb devices"
HOMEPAGE="https://codeberg.org/gordonq/usbwarden"
EGIT_REPO_URI="https://codeberg.org/gordonq/usbwarden.git"

LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm64"

src_install() {
        dobin usbwarden
        dodoc README.md LICENSE
        keepdir /etc/usbwarden
}

Inherited Eclasses