void-packages/srcpkgs/makepasswd/template
Kevin Berry a3e2a91262 New package: makepasswd-1.10.9_1
Reduce short_desc size to pass lint
2015-06-06 00:56:19 +00:00

19 lines
561 B
Bash

# 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
}