void-packages/srcpkgs/cgrep/template

16 lines
498 B
Bash

# Template file for 'cgrep'
pkgname=cgrep
version=7.0.0
revision=1
build_style=haskell-stack
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/cgrep/"
distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
checksum=87c596447882b3acf0a754ac52ac1b5314961e652708a25ffc49ec5977b1f11a
nocross=yes
nopie_files="/usr/bin/cgrep"
conflicts="codesearch"