21 lines
690 B
Bash
21 lines
690 B
Bash
# Template file for 'xkcdpass'
|
|
pkgname=xkcdpass
|
|
version=1.19.9
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
|
|
maintainer="Orphaned <orphan@voidlinux.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=f0abdc934b7215533c5632efe1f9b9c48204cd12489274ce3c645689d22c3abe
|
|
|
|
post_install() {
|
|
vman xkcdpass.1
|
|
vcompletion contrib/xkcdpass.bash-completion bash
|
|
vlicense LICENSE.BSD
|
|
}
|