2a0ad368e2
Also bump stackage, and unbreak on ppc.
16 lines
509 B
Bash
16 lines
509 B
Bash
# Template file for 'cgrep'
|
|
pkgname=cgrep
|
|
version=6.6.28
|
|
revision=1
|
|
nocross=yes
|
|
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=02ef2018d73c98608340146701a7e8c84e629732487fc9dab172d770d426e350
|
|
nopie_files="/usr/bin/cgrep"
|
|
conflicts="codesearch"
|