void-packages/srcpkgs/xkcdpass/template
2018-02-20 01:19:21 -05:00

26 lines
729 B
Bash

# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.16.0
revision=1
noarch=yes
build_style=python3-module
pycompile_module="xkcdpass"
hostmakedepends="python3-setuptools"
checkdepends="python3-pytest"
depends="python3-setuptools"
maintainer="cr6git <quark6@protonmail.com>"
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=5d7174c36f633a1c32bc6755bfa4aa4e320264a4836a151525ca3aa25fadd6fd
wrksrc="XKCD-password-generator-xkcdpass-${version}"
do_check() {
pytest3
}
post_install() {
vlicense LICENSE.BSD
}