vp-build/srcpkgs/makepasswd/template

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
}