# Template file for 'grpcurl'
pkgname=grpcurl
version=1.9.3
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=bb555087f279af156159c86d4d3d5dd3f2991129e4cd6b09114e6851a679340d

post_install() {
	vlicense LICENSE
}
