net-misc/grpcurl - 1.9.3 (guru)

Search

Install

Install this version:

emerge -a =net-misc/grpcurl-1.9.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/grpcurl-1.9.3

Or alternatively:

emerge --autounmask-write -a =net-misc/grpcurl-1.9.3

Package Information

Description:
Command-line tool for interacting with gRPC servers
Homepage:
https://github.com/fullstorydev/grpcurl
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.9.3 8 ~amd64 ~arm64 ~ppc64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Command-line tool for interacting with gRPC servers"
HOMEPAGE="https://github.com/fullstorydev/grpcurl"

SRC_URI="https://github.com/fullstorydev/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/kuprTheMan/contribute-deps/releases/download/${P}/${P}-deps.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"

RESTRICT="test"

src_compile() {
	ego build -o ${PN} -v -ldflags "-X 'main.version=${PV}'" ./cmd/...
}

src_install() {
	dobin ${PN}

	dodoc README.md

	default
}

Inherited Eclasses

Manifest for 1.9.3

Type File Size Source URLs
DIST grpcurl-1.9.3-deps.tar.xz 44867012 bytes https://github.com/kuprTheMan/contribute-deps/releases/download/grpcurl-1.9.3/grpcurl-1.9.3-deps.tar.xz
DIST grpcurl-1.9.3.tar.gz 123945 bytes https://github.com/fullstorydev/grpcurl/archive/refs/tags/v1.9.3.tar.gz