parent
9f9482d760
commit
a84faaa048
1 changed files with 20 additions and 0 deletions
20
srcpkgs/xkcdpass/template
Normal file
20
srcpkgs/xkcdpass/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'xkcdpass'
|
||||
pkgname=xkcdpass
|
||||
version=1.13.0
|
||||
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=fc220a04a5290c57f5b558144fe7e12433fbfb6c273809727f971e73433edcbb
|
||||
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.BSD
|
||||
}
|
Loading…
Reference in a new issue