void-packages/srcpkgs/yubikey-manager/template

20 lines
690 B
Bash

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