void-packages/srcpkgs/cgrep/template
2021-07-27 12:46:31 +02:00

17 lines
530 B
Bash

# Template file for 'cgrep'
pkgname=cgrep
version=6.6.33
revision=2
build_style=haskell-stack
stackage="lts-17.5"
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=f0d7114e9c26dc3ff3515711cce63864f3995ac06ed3743acf2560fc5a1eb78e
nocross=yes
nopie_files="/usr/bin/cgrep"
conflicts="codesearch"