From 2058f325ab0fa2a103fda4ff77738728da58c441 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 23 Nov 2022 00:21:36 -0500 Subject: [PATCH] New package: python3-zxcvbn-4.4.28 --- srcpkgs/python3-zxcvbn/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-zxcvbn/template 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 +}