summaryrefslogtreecommitdiff
path: root/ack/Pkgfile
blob: 0cdc73cd09dec9c44cc2b22f70307af5419b750d (plain)
    1 # Description:  tool like grep, aimed at programmers with large trees of heterogeneous source code
    2 # URL:          http://petdance.com/ack/
    3 # Maintainer:   Bartlomiej Palmowski, rotwang at crux dot org dot pl
    4 
    5 name=ack
    6 version=1.88
    7 release=1
    8 source=(http://$name.googlecode.com/svn/tags/latest/$name)
    9 
   10 build() {
   11     install -D -m 0755 $name $PKG/usr/bin/$name
   12     mkdir -p $PKG/usr/man/man1
   13     pod2man $name > $PKG/usr/man/man1/$name.1
   14 }

Generated by cgit