From 134bbf1111dc92c1c01b23baf0d7a9d023a51055 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 29 Aug 2019 22:15:45 -0700 Subject: [PATCH] New package: python3-spake2-0.8 --- srcpkgs/python3-spake2/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-spake2/template diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template new file mode 100644 index 00000000000..ff83afed1d6 --- /dev/null +++ b/srcpkgs/python3-spake2/template @@ -0,0 +1,20 @@ +# Template file for 'python3-spake2' +pkgname=python3-spake2 +version=0.8 +revision=1 +archs=noarch +wrksrc="python-spake2-${version}" +build_style=python3-module +pycompile_module="spake2" +hostmakedepends="python3 python3-setuptools" +depends="python3-hkdf" +short_desc="SPAKE2 Password-Authenticated Key Exchange" +maintainer="travankor " +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 +}