void-packages/srcpkgs/cgrep/template
2016-06-11 23:17:13 +02:00

18 lines
505 B
Bash

# Template file for 'cgrep'
pkgname=cgrep
version=6.6.15
revision=1
nocross=yes
build_style=haskell-stack
hostmakedepends="ghc stack"
stackage="lts-6.2"
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=b6f2eb389b1dd92e1c890655cc797cc2fe6e1c13616240af9ddb042692b5e178
nopie=yes
conflicts="codesearch"