dev-go/protoc-gen-go-grpc - 1.82.1 (guru)

Search

Install

Install this version:

emerge -a =dev-go/protoc-gen-go-grpc-1.82.1

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.1

Or alternatively:

emerge --autounmask-write -a =dev-go/protoc-gen-go-grpc-1.82.1

Package Information

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
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.82.1 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.25.0

Manifest for 1.82.1

Type File Size Source URLs
DIST protoc-gen-go-grpc-1.82.1-deps.tar.xz 1263984 bytes https://gitlab.com/api/v4/projects/69517529/packages/generic/protoc-gen-go-grpc/1.82.1/protoc-gen-go-grpc-1.82.1-deps.tar.xz
DIST protoc-gen-go-grpc-1.82.1.tar.gz 3093725 bytes https://github.com/grpc/grpc-go/archive/refs/tags/v1.82.1.tar.gz