void-packages/srcpkgs/python3-zxcvbn/template

18 lines
541 B
Bash

# Template file for 'python3-zxcvbn'
pkgname=python3-zxcvbn
version=4.4.28
revision=2
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
}