New package: makepasswd-1.10.9_1
Reduce short_desc size to pass lint
This commit is contained in:
parent
5cb2921fac
commit
a3e2a91262
2 changed files with 19 additions and 1 deletions
18
srcpkgs/makepasswd/template
Normal file
18
srcpkgs/makepasswd/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'makepasswd'
|
||||
pkgname=makepasswd
|
||||
version=1.10.9
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="perl-Crypt-OpenSSL-Random perl-Crypt-PasswdMD5"
|
||||
short_desc="Create and/or encrypt true-random-seeded password strings"
|
||||
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/deathsyn/makepasswd"
|
||||
distfiles="https://github.com/deathsyn/makepasswd/archive/${version}.tar.gz"
|
||||
checksum=8d8b8461aa6fb3798c63965c40e9670812475c78df1a26a569473034e92276f9
|
||||
|
||||
do_install() {
|
||||
vbin makepasswd
|
||||
vman makepasswd.1
|
||||
vdoc README.md
|
||||
}
|
|
@ -7,7 +7,7 @@ build_style=perl-module
|
|||
hostmakedepends="perl"
|
||||
makedepends="perl libressl-devel"
|
||||
depends="${hostmakedepends}"
|
||||
short_desc="Crypt::OpenSSL::Random - OpenSSL pseudo-random number generator in Perl"
|
||||
short_desc="Crypt::OpenSSL::Random - OpenSSL PRNG"
|
||||
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
|
||||
homepage="http://search.cpan.org/dist/Crypt-OpenSSL-Random"
|
||||
license="Artistic, GPL-1"
|
||||
|
|
Loading…
Reference in a new issue