19 lines
590 B
Bash
19 lines
590 B
Bash
# Template file for 'grpcurl'
|
|
pkgname=grpcurl
|
|
version=1.9.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/fullstorydev/grpcurl"
|
|
go_package="${go_import_path}/cmd/..."
|
|
go_ldflags="-X main.version=${version}"
|
|
short_desc="Command-line tool for interacting with gRPC servers"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/fullstorydev/grpcurl"
|
|
distfiles="https://github.com/fullstorydev/grpcurl/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=9259935b6ef86d701caef60be338600798348368c0f4dca063a45cf88d8186a8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|