New package: python3-fido2-0.7.0
This commit is contained in:
parent
f80e9a726c
commit
ebf70a5dcb
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-fido2/template
Normal file
21
srcpkgs/python3-fido2/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue