# Template file for 'xkcdpass' pkgname=xkcdpass version=1.14.3 revision=1 noarch=yes build_style=python3-module pycompile_module="xkcdpass" hostmakedepends="python3-setuptools" checkdepends="python3-pytest" depends="python3-setuptools" maintainer="cr6git " short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD" homepage="https://github.com/redacted/XKCD-password-generator" license="BSD" distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz" checksum=17c101c146e567f8bd92485be1ab909021852f8cd2bc79d597d69342657109ed wrksrc="XKCD-password-generator-xkcdpass-${version}" do_check() { pytest3 } post_install() { vlicense LICENSE.BSD }