19 lines
559 B
Bash
19 lines
559 B
Bash
# Template file for 'python3-spake2'
|
|
pkgname=python3-spake2
|
|
version=0.8
|
|
revision=7
|
|
build_style=python3-module
|
|
pycompile_module="spake2"
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3-hkdf"
|
|
short_desc="SPAKE2 Password-Authenticated Key Exchange"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="MIT"
|
|
homepage="https://github.com/warner/python-spake2"
|
|
distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
|
|
checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|