New package: codesearch-0.0.20150617
This commit is contained in:
parent
7d20fd4f5c
commit
e1509f8c3f
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'codesearch'
|
||||
pkgname=codesearch
|
||||
version=0.0.20150617
|
||||
revision=1
|
||||
_githash=a45d81b686e85d01f2838439deaf72126ccd5a96
|
||||
wrksrc="${pkgname}-${_githash}"
|
||||
build_style=go
|
||||
hostmakedepends="go git"
|
||||
go_import_path="github.com/google/codesearch"
|
||||
go_package="github.com/google/codesearch/cmd/cgrep
|
||||
github.com/google/codesearch/cmd/cindex
|
||||
github.com/google/codesearch/cmd/csearch"
|
||||
short_desc="Fast, indexed regexp search over large file trees"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://github.com/google/codesearch"
|
||||
distfiles="http://github.com/google/codesearch/archive/${_githash}.tar.gz"
|
||||
checksum=2dd8a4521015af928215bcc913ff55564d0a6509a8b7aacc14640ce36f883f72
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
Loading…
Reference in New Issue