summaryrefslogtreecommitdiffstats
path: root/ack/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-09-12 20:39:28 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-09-12 20:39:28 +0200
commitba8d9cff5bcbf35c3ab20609d3c21c0ec5d23c35 (patch)
treef8c1e4d894292f3deabf51bfb07b4e003007ddf7 /ack/PKGBUILD
parent5c68a85ffc09af00379d481c751c10c7e932b6fc (diff)
downloadaur-packages-ba8d9cff5bcbf35c3ab20609d3c21c0ec5d23c35.tar.gz
aur-packages-ba8d9cff5bcbf35c3ab20609d3c21c0ec5d23c35.tar.xz
update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'ack/PKGBUILD')
-rw-r--r--ack/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/ack/PKGBUILD b/ack/PKGBUILD
new file mode 100644
index 0000000..5fe7b01
--- /dev/null
+++ b/ack/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Michael S. Walker <barrucadu@localhost>
+pkgname=ack
+pkgver=1.90
+pkgrel=1
+pkgdesc="A tool like grep, aimed at programmers with large trees of heterogeneous source code."
+url="http://ack.googlecode.com"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('perl')
+source=(http://ack.googlecode.com/svn/tags/$pkgver/$pkgname)
+md5sums=('d15d059166beff6103d2401aa2d783c7')
+
+build() {
+ cd $startdir/src
+ install -D -m755 ack ${pkgdir}/usr/bin/ack
+} \ No newline at end of file