void-packages/srcpkgs/xkcdpass/template

21 lines
690 B
Bash

# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.19.8
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=8e0b4d48edb9d3ec70fd119849e160aea0c52f765e38391883c6a02257367ae6
post_install() {
vman xkcdpass.1
vcompletion contrib/xkcdpass.bash-completion bash
vlicense LICENSE.BSD
}