16 lines
495 B
Bash
16 lines
495 B
Bash
# Template file for 'cgrep'
|
|
pkgname=cgrep
|
|
version=6.6.22
|
|
revision=1
|
|
nocross=yes
|
|
build_style=haskell-stack
|
|
stackage="lts-10.2"
|
|
makedepends="pcre-devel"
|
|
short_desc="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=aa5e016653eabee0fc47bf6a1cd46ec961b7c305a4f49b0feec66881cc8f2183
|
|
nopie_files="/usr/bin/cgrep"
|
|
conflicts="codesearch"
|