void-packages/srcpkgs/yubikey-manager/template
2020-05-31 02:09:37 +00:00

22 lines
772 B
Bash

# Template file for 'yubikey-manager'
pkgname=yubikey-manager
version=3.1.1
revision=2
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard
python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools
libykpers"
checkdepends="$depends python3-pytest"
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/${pkgname}/Releases/${pkgname}-${version}.tar.gz"
checksum=68ef41ac3cd2e891019e755a492427ecdd63d8816525d05f2f32c37b8c440cfa
post_install() {
vlicense COPYING
}