16 lines
477 B
Bash
16 lines
477 B
Bash
# Template file for 'cgrep'
|
|
pkgname=cgrep
|
|
version=6.6.18
|
|
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=e753a4b49eb5895f86798fbcc1b13f4d9dd6b3803bf43ea0274c6be7447f7347
|
|
nopie=yes
|
|
conflicts="codesearch"
|