From becb0e1d5b6e579ab3580c44e80f33d72c4dad7d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 26 Jul 2024 15:29:21 +0200 Subject: [PATCH] New package: grpcurl-1.9.1 Closes #51421. --- srcpkgs/grpcurl/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/grpcurl/template diff --git a/srcpkgs/grpcurl/template b/srcpkgs/grpcurl/template new file mode 100644 index 00000000000..9ae0946deab --- /dev/null +++ b/srcpkgs/grpcurl/template @@ -0,0 +1,18 @@ +# Template file for 'grpcurl' +pkgname=grpcurl +version=1.9.1 +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 " +license="MIT" +homepage="https://github.com/fullstorydev/grpcurl" +distfiles="https://github.com/fullstorydev/grpcurl/archive/refs/tags/v${version}.tar.gz" +checksum=4bc60a920635929bdf9fa9bb5d310fe3f82bccd441a1487680566694400e4304 + +post_install() { + vlicense LICENSE +}