contrib/ack/Pkgfile
Bartlomiej Palmowski 0c52c1eaf8 changed email adress
2009-01-10 14:30:03 +01:00

13 lines
384 B
Plaintext

# Description: tool like grep, aimed at programmers with large trees of heterogeneous source code
# URL: http://petdance.com/ack/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=ack
version=1.86
release=1
source=(http://$name.googlecode.com/svn/tags/latest/$name-standalone)
build() {
install -D -m 0755 $name-standalone $PKG/usr/bin/$name
}