New package: yubikey-manager-3.0.0
This commit is contained in:
parent
4da918cafc
commit
c39a9d13aa
1 changed files with 19 additions and 0 deletions
19
srcpkgs/yubikey-manager/template
Normal file
19
srcpkgs/yubikey-manager/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'yubikey-manager'
|
||||
pkgname=yubikey-manager
|
||||
version=3.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard
|
||||
python3-click python3-cryptography python3-six pcsc-ccid"
|
||||
short_desc="Library and CLI tools to configure YubiKey"
|
||||
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://developers.yubico.com/yubikey-manager/"
|
||||
distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=815746ad93780884a0ceb8cb4569a902f2317511b3a41ceead8f9be0a9b1f220
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in a new issue