testing/hsxkpasswd: sync with aports
This commit is contained in:
parent
d6337b4ceb
commit
788f9b0aa4
1 changed files with 2 additions and 9 deletions
|
@ -5,19 +5,14 @@ pkgname=hsxkpasswd
|
||||||
pkgver=3.6
|
pkgver=3.6
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Generate secure, memorable passwords inspired by XKCD and Password Haystacks"
|
pkgdesc="Generate secure, memorable passwords inspired by XKCD and Password Haystacks"
|
||||||
arch="noarch"
|
#arch="noarch"
|
||||||
|
# needs updating with new depends
|
||||||
url="https://www.bartbusschots.ie/s/publications/software/xkpasswd/"
|
url="https://www.bartbusschots.ie/s/publications/software/xkpasswd/"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
# perl-email-valid
|
|
||||||
depends="
|
depends="
|
||||||
perl
|
perl
|
||||||
perl-clone
|
perl-clone
|
||||||
perl-datetime
|
perl-datetime
|
||||||
perl-data-entropy
|
|
||||||
perl-lwp-useragent-determined
|
|
||||||
perl-math-random-secure
|
|
||||||
perl-mozilla-ca
|
|
||||||
perl-uri
|
|
||||||
perl-file-homedir
|
perl-file-homedir
|
||||||
perl-file-share
|
perl-file-share
|
||||||
perl-json
|
perl-json
|
||||||
|
@ -28,8 +23,6 @@ depends="
|
||||||
perl-type-tiny
|
perl-type-tiny
|
||||||
"
|
"
|
||||||
makedepends="perl-module-build"
|
makedepends="perl-module-build"
|
||||||
# Test fails due to https://github.com/bbusschots/hsxkpasswd/issues/42
|
|
||||||
options="!check"
|
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/bbusschots/hsxkpasswd/archive/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/bbusschots/hsxkpasswd/archive/v$pkgver.tar.gz"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue