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-09-12 06:59:01 +00:00
version=6.6.18
2017-01-25 16:38:44 +00:00
revision=1
2016-04-15 11:49:47 +00:00
nocross=yes
build_style=haskell-stack
2017-09-12 06:59:01 +00:00
stackage="lts-9.4"
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-09-12 06:59:01 +00:00
checksum=e753a4b49eb5895f86798fbcc1b13f4d9dd6b3803bf43ea0274c6be7447f7347
2016-05-24 16:16:44 +00:00
nopie=yes
2016-04-15 11:49:47 +00:00
conflicts="codesearch"