void-packages/srcpkgs/cgrep/template
2020-04-14 21:24:20 +02:00

17 lines
529 B
Bash

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