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