16 lines
477 B
Bash
16 lines
477 B
Bash
# Template file for 'cgrep'
|
|
pkgname=cgrep
|
|
version=6.6.17
|
|
revision=1
|
|
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=2508563701365d9b49c9a5610a4ff7ea3905b2d9cd77ac332f485322d93bcd07
|
|
nopie=yes
|
|
conflicts="codesearch"
|