1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: Christoph Zeiler <rabyte*gmail>
7 pkgdesc="A small Perl script for updating your twitter status"
9 url="http://www.dagertech.net/gershman/software/tweeter/"
11 depends=('perl>=5.6.1')
12 source=(http://www.dagertech.net/gershman/software/$pkgname/$pkgname.pl)
13 md5sums=('3899642a0663890e0ab70cc8113c9c6e')
16 sed -i 's#/local##' $pkgname.pl
17 install -Dm755 $pkgname.pl "$pkgdir/usr/bin/$pkgname"