New package: cgrep-6.6.3

Closes #4038
This commit is contained in:
Michael Gehring 2016-04-15 13:49:47 +02:00
parent 9613fd2b59
commit 94b903feea
1 changed files with 17 additions and 0 deletions

17
srcpkgs/cgrep/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'cgrep'
pkgname=cgrep
version=6.6.3
revision=1
nocross=yes
build_style=haskell-stack
hostmakedepends="ghc stack"
stackage="lts-5.9"
makedepends="pcre-devel"
short_desc="A context-aware grep for source codes"
maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-2"
homepage="https://awgn.github.io/cgrep/"
distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
checksum=50216341ba024e6a6b6192ff879ed6b8bc8be5255010e0bbbf6fb36d1c495225
conflicts="codesearch"