contrib/ack/Pkgfile
Bartlomiej Palmowski 6c324a3bdf ack: fixed
2010-01-21 20:34:44 +01:00

15 lines
458 B
Plaintext

# Description: tool like grep, aimed at programmers with large trees of heterogeneous source code
# URL: http://betterthangrep.com/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=ack
version=1.92
release=1
source=(http://betterthangrep.com/$name-standalone)
build() {
install -D -m 0755 $name-standalone $PKG/usr/bin/$name
mkdir -p $PKG/usr/man/man1
pod2man $PKG/usr/bin/$name > $PKG/usr/man/man1/$name.1
}