void-packages/srcpkgs/cgrep/template
2022-04-28 14:36:40 +02:00

17 lines
529 B
Bash

# Template file for 'cgrep'
pkgname=cgrep
version=6.7.1
revision=3
build_style=haskell-stack
stackage="lts-19.0"
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"