codesearch: update to 1.1.0.
This commit is contained in:
parent
1856cf41f0
commit
394b4027a1
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'codesearch'
|
# Template file for 'codesearch'
|
||||||
pkgname=codesearch
|
pkgname=codesearch
|
||||||
version=0.0.20150617
|
version=1.1.0
|
||||||
revision=15
|
revision=1
|
||||||
_githash=a45d81b686e85d01f2838439deaf72126ccd5a96
|
|
||||||
wrksrc="${pkgname}-${_githash}"
|
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git"
|
|
||||||
go_import_path="github.com/google/codesearch"
|
go_import_path="github.com/google/codesearch"
|
||||||
go_package="github.com/google/codesearch/cmd/cgrep
|
go_package="github.com/google/codesearch/cmd/cgrep
|
||||||
github.com/google/codesearch/cmd/cindex
|
github.com/google/codesearch/cmd/cindex
|
||||||
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://github.com/google/codesearch"
|
homepage="http://github.com/google/codesearch"
|
||||||
distfiles="http://github.com/google/codesearch/archive/${_githash}.tar.gz"
|
distfiles="http://github.com/google/codesearch/archive/v${version}.tar.gz"
|
||||||
checksum=2dd8a4521015af928215bcc913ff55564d0a6509a8b7aacc14640ce36f883f72
|
checksum=b177021d1da1ddfc333fcbfc679eadd62c8677a6ae6119f25c4ad6b912bcdd7e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue