void-packages/srcpkgs/yubikey-manager/template
2019-10-15 21:41:25 +02:00

19 lines
695 B
Bash

# Template file for 'yubikey-manager'
pkgname=yubikey-manager
version=3.1.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=0137acd30cffa60421dde8277b3bb0c5d5e2179d36df0d190de6faf7eec76359
post_install() {
vlicense COPYING
}