void-packages/srcpkgs/cgrep/template

18 lines
505 B
Bash
Raw Normal View History

2016-04-15 13:49:47 +02:00
# Template file for 'cgrep'
pkgname=cgrep
2016-06-11 23:09:48 +02:00
version=6.6.15
2016-04-15 13:49:47 +02:00
revision=1
nocross=yes
build_style=haskell-stack
hostmakedepends="ghc stack"
2016-06-06 23:19:11 +02:00
stackage="lts-6.2"
2016-04-15 13:49:47 +02: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"
2016-06-11 23:09:48 +02:00
checksum=b6f2eb389b1dd92e1c890655cc797cc2fe6e1c13616240af9ddb042692b5e178
2016-05-24 18:16:44 +02:00
nopie=yes
2016-04-15 13:49:47 +02:00
conflicts="codesearch"