New package: python3-zxcvbn-4.4.28

This commit is contained in:
cinerea0 2022-11-23 00:21:36 -05:00 committed by classabbyamp
parent b2c17d1b1b
commit 2058f325ab
1 changed files with 17 additions and 0 deletions

View File

@ -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 <cinerea0@protonmail.com>"
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
}