# Contributor: Florian Pritz # Contributor: Christian pkgname='glark' pkgver=1.8.0 pkgrel=1 pkgdesc='Glark offers grep-like searching of text files, with complex regular expressions.' url='http://www.incava.org/projects/glark/' arch=('i686' 'x86_64') license=('none') depends=('ruby') source=("http://www.incava.org/pub/glark/${pkgname}-${pkgver}.tar.gz") build() { cd ${startdir}/src/${pkgname}-${pkgver}/ make prefix=${startdir}/pkg/usr/ install || return 1 } md5sums=('30ef4c3383eddbc1ae8ff927f02d5fb3') sha256sums=('e35e39c0740d862995d82d97e15458de6999c408cfe02fb5922467436970dd4e')