void-packages/srcpkgs/yubikey-manager/template
2022-02-18 10:43:05 +07:00

20 lines
690 B
Bash

# Template file for 'yubikey-manager'
pkgname=yubikey-manager
version=4.0.7
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="libfido2 python3-click python3-fido2 python3-openssl
python3-setuptools"
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/${pkgname}/Releases/${pkgname}-${version}.tar.gz"
checksum=9972db8a1c7c13eb1a618015a8ad8011c03a045a08fee248e5de4f120f55fc4f
post_install() {
vlicense COPYING
}