void-packages/srcpkgs/python3-fido2/template
2020-01-16 11:01:10 +01:00

22 lines
648 B
Bash

# Template file for 'python3-fido2'
pkgname=python3-fido2
_pkgname=fido2
version=0.8.1
revision=1
archs=noarch
wrksrc="${_pkgname}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-cryptography python3-scard"
checkdepends="$depends"
short_desc="Library for FIDO2 functionality"
maintainer="Đoàn Trần Công 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=449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3
post_install() {
vlicense COPYING
}