1 # Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
6 pkgdesc="Reads a file, feeding its contents thru a pipe/shell command, read it and write back to the file"
8 url="http://oss.ezic.com/"
11 source=(http://oss.ezic.com/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('06eb02ebe78c545b4bd6ea13fadaa43a')
19 install -d $pkgdir/usr/bin
20 install -d $pkgdir/usr/share/doc/$pkgname
22 install -m 755 $pkgname $pkgdir/usr/bin/
23 install -m 644 README $pkgdir/usr/share/doc/$pkgname/
26 # vim:set ts=2 sw=2 et: