mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cgrep: update to 7.0.0
This commit is contained in:
parent
7a5231833c
commit
2a80c41458
1 changed files with 5 additions and 6 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'cgrep'
|
# Template file for 'cgrep'
|
||||||
pkgname=cgrep
|
pkgname=cgrep
|
||||||
version=6.7.1
|
version=7.0.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-19.0"
|
|
||||||
makedepends="pcre-devel pkg-config"
|
makedepends="pcre-devel pkg-config"
|
||||||
short_desc="Context-aware grep for source codes"
|
short_desc="Context-aware grep for source codes"
|
||||||
maintainer="slotThe <soliditsallgood@mailbox.org>"
|
maintainer="Tony Zorman <soliditsallgood@mailbox.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://awgn.github.io/cgrep/"
|
homepage="https://awgn.github.io/cgrep/"
|
||||||
distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
|
||||||
checksum=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd
|
checksum=87c596447882b3acf0a754ac52ac1b5314961e652708a25ffc49ec5977b1f11a
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie_files="/usr/bin/cgrep"
|
nopie_files="/usr/bin/cgrep"
|
||||||
conflicts="codesearch"
|
conflicts="codesearch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue