22 lines
609 B
Bash
22 lines
609 B
Bash
# Template file for 'python3-fido2'
|
|
pkgname=python3-fido2
|
|
_pkgname=fido2
|
|
version=0.7.1
|
|
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=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|