contrib/pwgen/Pkgfile

16 lines
398 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
2014-11-02 04:08:03 +01:00
version=2.07
release=2
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
2013-05-06 21:48:17 +02:00
make
make DESTDIR=$PKG install
2007-04-29 23:13:48 +02:00
}