summaryrefslogtreecommitdiffstats
path: root/glark/PKGBUILD
blob: bc955aa719f05281e9c41840d7b10fa95dd5bd80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Florian Pritz <f-p@gmx.at>
# Contributor: Christian <christian@whirry.org>

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')