21 lines
754 B
Bash
21 lines
754 B
Bash
# Template file for 'yubikey-manager'
|
|
pkgname=yubikey-manager
|
|
version=5.0.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="libfido2 python3-click python3-fido2 python3-cryptography
|
|
python3-setuptools python3-keyring python3-pyscard"
|
|
checkdepends="$depends python3-pytest python3-makefun"
|
|
short_desc="Library and CLI tools to configure YubiKey"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://developers.yubico.com/yubikey-manager/"
|
|
distfiles="https://developers.yubico.com/yubikey-manager/Releases/${pkgname/-/_}-${version}.tar.gz"
|
|
checksum=c741747200ced1b5803dfdef6718b07a41e109ccb03dd7b72d3a307a3fb33bb5
|
|
|
|
post_install() {
|
|
vman man/ykman.1
|
|
vlicense COPYING
|
|
}
|