void-packages/srcpkgs/xkcdpass/template
2019-12-24 12:24:54 +01:00

26 lines
758 B
Bash

# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.17.3
revision=2
archs=noarch
wrksrc="XKCD-password-generator-xkcdpass-${version}"
build_style=python3-module
pycompile_module="xkcdpass"
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
checkdepends="python3-pytest"
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
maintainer="Lugubris <lugubris@disroot.org>"
license="BSD-3-Clause"
homepage="https://github.com/redacted/XKCD-password-generator"
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
checksum=793aa1803360033cefa24b386abb0f11f815ffd95824026605fe398e98f9efd4
do_check() {
pytest3
}
post_install() {
vman xkcdpass.1
vlicense LICENSE.BSD
}