1 # Contributor: Nathan Owe. <ndowens04+AUR@gmail.com>
2 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
7 pkgdesc="Process list search thru grep"
9 url="http://code.google.com/p/psgrep/"
11 source=(http://psgrep.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
12 md5sums=('2d74c8746950c2b4efe5eac96303bf09')
15 cd ${srcdir}/${pkgname}-${pkgver}
16 install -Dm755 psgrep ${pkgdir}/usr/bin/psgrep
17 install -Dm644 psgrep.1 ${pkgdir}/usr/share/man/man1/psgrep.1