app-crypt/nitrokey-udev-rules - 1.1.0 (guru)

Search

Install

Install this version:

emerge -a =app-crypt/nitrokey-udev-rules-1.1.0

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

autounmask =app-crypt/nitrokey-udev-rules-1.1.0

Or alternatively:

emerge --autounmask-write -a =app-crypt/nitrokey-udev-rules-1.1.0

Package Information

Description:
udev rules for Nitrokey devices
Homepage:
https://github.com/Nitrokey/nitrokey-udev-rules
License:
CC0-1.0

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit udev

DESCRIPTION="udev rules for Nitrokey devices"
HOMEPAGE="https://github.com/Nitrokey/nitrokey-udev-rules"

SRC_URI="https://github.com/Nitrokey/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	virtual/udev
"

src_configure() { :; }

src_compile() { :; }

src_install() {
	udev_dorules 41-nitrokey.rules
}

src_test() {
	# Default 'make check' depends on ruff and pyright, and checks the python
	# rule generator script. Since upstream generates and includes the udev rules
	# in the source tarball, this isn't necessary.
	# Instead run 'udevadm verify', which makes more sense, and what upstream
	# added as the 'verify' Makefile target post-1.1.0.
	udevadm verify 41-nitrokey.rules
}

pkg_postinst() {
	udev_reload
}

pkg_postrm() {
	udev_reload
}

Inherited Eclasses

Dependencies

RDEPEND

	virtual/udev

Manifest for 1.1.0

Type File Size Source URLs
DIST nitrokey-udev-rules-1.1.0.gh.tar.gz 8081 bytes https://github.com/Nitrokey/nitrokey-udev-rules/archive/v1.1.0.tar.gz