void-packages/srcpkgs/xkcdpass/template

21 lines
674 B
Bash

# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.14.1
revision=1
noarch=yes
build_style=python3-module
pycompile_module="xkcdpass"
hostmakedepends="python3-setuptools"
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=9a9b77247e70214100af5f91498f44e334f9d21981edf3895bc72c9020eca4fb
wrksrc="XKCD-password-generator-xkcdpass-${version}"
post_install() {
vlicense LICENSE.BSD
}