sys-libs/solo-udev-rules - 4.1.5 (guru)

Search

Install

Install this version:

emerge -a =sys-libs/solo-udev-rules-4.1.5

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

autounmask =sys-libs/solo-udev-rules-4.1.5

Or alternatively:

emerge --autounmask-write -a =sys-libs/solo-udev-rules-4.1.5

Package Information

Description:
udev rules for the Solo FIDO2 & U2F USB+NFC security key
Homepage:
https://solokeys.com/ https://github.com/solokeys/solo1
License:
|| ( Apache-2.0 MIT )

Ebuild Details

Version EAPI Keywords Slot
4.1.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2020, 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit udev

MY_P="solo1-${PV}"
DESCRIPTION="udev rules for the Solo FIDO2 & U2F USB+NFC security key"
HOMEPAGE="
	https://solokeys.com/
	https://github.com/solokeys/solo1
"
SRC_URI="https://github.com/solokeys/solo1/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"

S="${WORKDIR}/${MY_P}"

LICENSE="|| ( Apache-2.0 MIT )"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="virtual/udev"
DEPEND="${RDEPEND}"

src_compile() {
	# Omitting src_compile() would invoke make, leaving it empty is not allowed.
	:
}

src_install() {
	udev_dorules udev/70-solokeys-access.rules
}

pkg_postinst() {
	udev_reload
}

pkg_postrm() {
	udev_reload
}

Inherited Eclasses

Dependencies

DEPEND

virtual/udev

RDEPEND

virtual/udev

Manifest for 4.1.5

Type File Size Source URLs
DIST solo1-4.1.5.tar.gz 1179783 bytes https://github.com/solokeys/solo1/archive/4.1.5.tar.gz