void-packages/srcpkgs/python3-fido2/template

22 lines
609 B
Bash
Raw Normal View History

2019-07-01 03:32:30 +00:00
# Template file for 'python3-fido2'
pkgname=python3-fido2
_pkgname=fido2
2019-10-10 16:56:25 +00:00
version=0.7.1
2019-07-01 03:32:30 +00:00
revision=1
archs=noarch
wrksrc="${_pkgname}-${version}"
build_style=python3-module
pycompile_module=${_pkgname}
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Library for FIDO2 functionality"
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/Yubico/python-fido2"
distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
2019-10-10 16:56:25 +00:00
checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682
2019-07-01 03:32:30 +00:00
post_install() {
vlicense COPYING
}