diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template new file mode 100644 index 00000000000..31f21600900 --- /dev/null +++ b/srcpkgs/python3-zxcvbn/template @@ -0,0 +1,17 @@ +# Template file for 'python3-zxcvbn' +pkgname=python3-zxcvbn +version=4.4.28 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Realistic password strength estimator" +maintainer="cinerea0 " +license="MIT" +homepage="https://github.com/dwolfhub/zxcvbn-python" +distfiles="https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${version}.tar.gz" +checksum=b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576 + +post_install() { + vlicense LICENSE.txt +}