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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.1.5 | 8 | ~amd64 | 0 |
# 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
}
| 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 |