void-packages/srcpkgs/cgrep/template
2018-02-23 14:24:20 -05:00

17 lines
495 B
Bash

# Template file for 'cgrep'
pkgname=cgrep
version=6.6.24
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=0958549a6d1989abad493845b788dd67bf65a50162393deedf8738dbc7f3a7cd
nopie_files="/usr/bin/cgrep"
conflicts="codesearch"