sys-libs/solo-udev-rules: add 4.1.5

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod 2022-04-27 13:52:50 +02:00
parent 9c38bd7736
commit c364b06b07
No known key found for this signature in database
GPG Key ID: CFC39497F1B26E07
2 changed files with 42 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST solo-4.0.0.tar.gz 1173865 BLAKE2B 1a2d62daf46d3a4a90a65d5034912b048c63a8f6fd3f4dde76fcb3c283d679bc96a7d3cf92945f6c6817f7e505cb540c4264f83ea7db872aa1b3daad864275ac SHA512 210ef65f0b667f0a0c6c096f5f1346574ba70e6f8476e8657ac4c862cbd75de66b644aba884dc37773ecbda4ecd0e495dbbdef3febfbc0e43a265435cfc0ea3f
DIST solo1-4.1.5.tar.gz 1179783 BLAKE2B 9a76bc48b1f404dbd5d919ca8794ab20e7e8474bfe77430e7c60008306c51213535814fd873d04fd4182e704566d0bb545ab354fdf35e2236cffad13727468d7 SHA512 3e6196e37d4e9ab90dda59f2cc323ac47d0bad4e281f1de013449365ba7d8687daf96187b41ec01acc9843b69b5108e0192caa9846e75ede73fffeac36b308e3

View File

@ -0,0 +1,41 @@
# 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"
LICENSE="|| ( Apache-2.0 MIT )"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="virtual/udev"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
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
}