void-packages/srcpkgs/cgrep/template
Michael Gehring 94b903feea New package: cgrep-6.6.3
Closes #4038
2016-04-15 14:18:01 +02:00

18 lines
495 B
Bash

# 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"