mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: codesearch-0.0.20150617
This commit is contained in:
parent
7d20fd4f5c
commit
e1509f8c3f
1 changed files with 23 additions and 0 deletions
23
srcpkgs/codesearch/template
Normal file
23
srcpkgs/codesearch/template
Normal file
|
@ -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…
Add table
Reference in a new issue