From 51f111b675c30c05f05128be7836616634098bae Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 1 Jun 2023 03:24:53 +0100 Subject: gentoo auto-resync : 01:06:2023 - 03:24:53 --- dev-go/protobuf-go/protobuf-go-1.30.0.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-go/protobuf-go/protobuf-go-1.30.0.ebuild (limited to 'dev-go/protobuf-go/protobuf-go-1.30.0.ebuild') diff --git a/dev-go/protobuf-go/protobuf-go-1.30.0.ebuild b/dev-go/protobuf-go/protobuf-go-1.30.0.ebuild new file mode 100644 index 000000000000..614b5698d2ee --- /dev/null +++ b/dev-go/protobuf-go/protobuf-go-1.30.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit go-module + +DESCRIPTION="Go support for Google's protocol buffers" +HOMEPAGE="http://protobuf.dev" +SRC_URI="https://github.com/protocolbuffers/protobuf-go/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-libs/protobuf" + +src_compile() { + ego build ./cmd/protoc-gen-go +} + +src_install() { +dobin protoc-gen-go +} -- cgit v1.2.3