Install this version:
emerge -a =dev-go/protoc-gen-go-grpc-1.82.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-go/protoc-gen-go-grpc-1.82.0
Or alternatively:
emerge --autounmask-write -a =dev-go/protoc-gen-go-grpc-1.82.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.82.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Generates Go language bindings of services in protobuf definition files for gRPC"
HOMEPAGE="https://github.com/grpc/grpc-go/tree/master/cmd/protoc-gen-go-grpc"
SRC_URI="
https://github.com/grpc/grpc-go/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
"
S="${WORKDIR}/grpc-go-${PV}/cmd/protoc-gen-go-grpc"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND=">=dev-lang/go-1.25.0"
src_compile() {
ego build
}
src_install() {
dobin protoc-gen-go-grpc
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | protoc-gen-go-grpc-1.82.0-deps.tar.xz | 1264236 bytes | https://gitlab.com/api/v4/projects/69517529/packages/generic/protoc-gen-go-grpc/1.82.0/protoc-gen-go-grpc-1.82.0-deps.tar.xz |
| DIST | protoc-gen-go-grpc-1.82.0.tar.gz | 3092925 bytes | https://github.com/grpc/grpc-go/archive/refs/tags/v1.82.0.tar.gz |