contrib/pwgen/Pkgfile

16 lines
397 B
Plaintext
Raw Normal View History

2013-05-06 21:48:17 +02:00
# Description: A small GPLed password generator which creates passwords which can be easily memorized by a human
# URL: http://pwgen.sourceforge.net/
# Maintainer: Matt Housh, jaeger at crux dot ninja
2007-04-29 23:13:48 +02:00
name=pwgen
2017-10-02 06:11:16 +02:00
version=2.08
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
2007-04-29 23:13:48 +02:00
2013-05-06 21:48:17 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
2017-10-02 06:11:16 +02:00
make
2013-05-06 21:48:17 +02:00
make DESTDIR=$PKG install
2007-04-29 23:13:48 +02:00
}