New package: python3-fido2-0.7.0

This commit is contained in:
Doan Tran Cong Danh 2019-07-01 10:32:30 +07:00 committed by Helmut Pozimski
parent f80e9a726c
commit ebf70a5dcb

View file

@ -0,0 +1,21 @@
# Template file for 'python3-fido2'
pkgname=python3-fido2
_pkgname=fido2
version=0.7.0
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"
checksum=47b02852780849bb4bb698b9727d61970ee77a83eb25715fe7c6235ebd648d87
post_install() {
vlicense COPYING
}