vp-build/srcpkgs/cgrep/template

17 lines
495 B
Bash

# Template file for 'cgrep'
pkgname=cgrep
version=6.6.25
revision=1
nocross=yes
build_style=haskell-stack
stackage="lts-10.2"
makedepends="pcre-devel"
short_desc="Context-aware grep for source codes"
maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-2"
homepage="https://awgn.github.io/cgrep/"
distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
checksum=80d46e51c92a8a0c3cd0f6da8a3e0bb68e03ca80b919478b98f5124b9743322a
nopie_files="/usr/bin/cgrep"
conflicts="codesearch"