16 lines
477 B
Bash
16 lines
477 B
Bash
# Template file for 'cgrep'
|
|
pkgname=cgrep
|
|
version=6.6.15
|
|
revision=2
|
|
nocross=yes
|
|
build_style=haskell-stack
|
|
stackage="lts-7.0"
|
|
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"
|