void-packages/srcpkgs/cgrep/template

17 lines
477 B
Bash
Raw Normal View History

2016-04-15 11:49:47 +00:00
# Template file for 'cgrep'
pkgname=cgrep
2017-01-25 16:38:44 +00:00
version=6.6.17
revision=1
2016-04-15 11:49:47 +00:00
nocross=yes
build_style=haskell-stack
2016-09-20 14:09:02 +00:00
stackage="lts-7.0"
2016-04-15 11:49:47 +00:00
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"
2017-01-25 16:38:44 +00:00
checksum=2508563701365d9b49c9a5610a4ff7ea3905b2d9cd77ac332f485322d93bcd07
2016-05-24 16:16:44 +00:00
nopie=yes
2016-04-15 11:49:47 +00:00
conflicts="codesearch"