# Template file for 'python3-zxcvbn-rs-py'
pkgname=python3-zxcvbn-rs-py
version=0.3.0
revision=1
build_style=python3-pep517
build_helper="rust"
hostmakedepends="cargo maturin"
makedepends="python3 rust-std"
short_desc="Python bindings for zxcvbn-rs, the Rust implementation of zxcvbn"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://fief-dev.github.io/zxcvbn-rs-py/"
distfiles="${PYPI_SITE}/z/zxcvbn-rs-py/zxcvbn_rs_py-${version}.tar.gz"
checksum=d2742680823a174823f070a734074bbe8c1604f1313c08170b158026e36c73a0

post_install() {
	vlicense LICENSE
}
