17 lines
509 B
Bash
17 lines
509 B
Bash
# Template file for 'cgrep'
|
|
pkgname=cgrep
|
|
version=6.6.30
|
|
revision=1
|
|
build_style=haskell-stack
|
|
stackage="lts-13.30"
|
|
makedepends="pcre-devel"
|
|
short_desc="Context-aware grep for source codes"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://awgn.github.io/cgrep/"
|
|
distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
|
|
checksum=b7aefe2d5b0abc1fb8143fe1e6faed636e2b4eb5198ad1d1f7f6db5121a37da3
|
|
nocross=yes
|
|
nopie_files="/usr/bin/cgrep"
|
|
conflicts="codesearch"
|