21 lines
639 B
Bash
21 lines
639 B
Bash
# Template file for 'codesearch'
|
|
pkgname=codesearch
|
|
version=1.1.0
|
|
revision=1
|
|
build_style=go
|
|
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="Leah Neukirchen <leah@vuxu.org>"
|
|
license="3-clause-BSD"
|
|
homepage="http://github.com/google/codesearch"
|
|
distfiles="http://github.com/google/codesearch/archive/v${version}.tar.gz"
|
|
checksum=b177021d1da1ddfc333fcbfc679eadd62c8677a6ae6119f25c4ad6b912bcdd7e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|