void-packages/srcpkgs/cgrep/template
2017-12-22 11:23:34 +00:00

16 lines
477 B
Bash

# Template file for 'cgrep'
pkgname=cgrep
version=6.6.19
revision=1
nocross=yes
build_style=haskell-stack
stackage="lts-9.4"
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=932237b12f1802c884d3eb11044e0f38f09e21f7bcebe56e05e7902b40e4ec55
nopie=yes
conflicts="codesearch"