16 lines
529 B
Bash
16 lines
529 B
Bash
# Template file for 'cgrep'
|
|
pkgname=cgrep
|
|
version=6.7.1
|
|
revision=1
|
|
build_style=haskell-stack
|
|
stackage="lts-18.6"
|
|
makedepends="pcre-devel pkg-config"
|
|
short_desc="Context-aware grep for source codes"
|
|
maintainer="slotThe <soliditsallgood@mailbox.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://awgn.github.io/cgrep/"
|
|
distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd
|
|
nocross=yes
|
|
nopie_files="/usr/bin/cgrep"
|
|
conflicts="codesearch"
|