diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template new file mode 100644 index 00000000000..5551a4eb3cc --- /dev/null +++ b/srcpkgs/cgrep/template @@ -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 " +license="GPL-2" +homepage="https://awgn.github.io/cgrep/" +distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz" +checksum=50216341ba024e6a6b6192ff879ed6b8bc8be5255010e0bbbf6fb36d1c495225 + +conflicts="codesearch"