mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
codesearch: update to 1.2.0.
This commit is contained in:
parent
3d0992eff7
commit
3ae839fb71
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'codesearch'
|
# Template file for 'codesearch'
|
||||||
pkgname=codesearch
|
pkgname=codesearch
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/google/codesearch"
|
go_import_path="github.com/google/codesearch"
|
||||||
|
@ -9,12 +9,11 @@ go_package="github.com/google/codesearch/cmd/cgrep
|
||||||
github.com/google/codesearch/cmd/csearch"
|
github.com/google/codesearch/cmd/csearch"
|
||||||
short_desc="Fast, indexed regexp search over large file trees"
|
short_desc="Fast, indexed regexp search over large file trees"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://github.com/google/codesearch"
|
homepage="http://github.com/google/codesearch"
|
||||||
distfiles="http://github.com/google/codesearch/archive/v${version}.tar.gz"
|
distfiles="http://github.com/google/codesearch/archive/v${version}.tar.gz"
|
||||||
checksum=b177021d1da1ddfc333fcbfc679eadd62c8677a6ae6119f25c4ad6b912bcdd7e
|
checksum=0314f4c0a8c2d4a050cd0b0ad95d489d28bef8bada63ea20fdc59e802ac1126e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue