parent
7a0f84f516
commit
50454bfa30
1 changed files with 7 additions and 2 deletions
|
@ -1,20 +1,25 @@
|
||||||
# Template file for 'xkcdpass'
|
# Template file for 'xkcdpass'
|
||||||
pkgname=xkcdpass
|
pkgname=xkcdpass
|
||||||
version=1.14.1
|
version=1.14.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="xkcdpass"
|
pycompile_module="xkcdpass"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
|
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
|
||||||
homepage="https://github.com/redacted/XKCD-password-generator"
|
homepage="https://github.com/redacted/XKCD-password-generator"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
||||||
checksum=9a9b77247e70214100af5f91498f44e334f9d21981edf3895bc72c9020eca4fb
|
checksum=c8b4afcc834db61929d6a3d97a8b031b831466a1b6362be1778dd814d5d18be0
|
||||||
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
pytest3
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.BSD
|
vlicense LICENSE.BSD
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue