Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: protoc-gen-go-1.4.0
@ 2020-04-24  2:47 renatoaguiar
  2020-04-24  3:48 ` [PR PATCH] [Updated] " renatoaguiar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: renatoaguiar @ 2020-04-24  2:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

There is a new pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages protoc-gen-go
https://github.com/void-linux/void-packages/pull/21291

New package: protoc-gen-go-1.4.0


A patch file from https://github.com/void-linux/void-packages/pull/21291.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protoc-gen-go-21291.patch --]
[-- Type: text/x-diff, Size: 1196 bytes --]

From 526604dca6dc94ecef8ec7fd76a18980b076ecc4 Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Thu, 23 Apr 2020 19:46:35 -0700
Subject: [PATCH] New package: protoc-gen-go-1.4.0

---
 srcpkgs/protoc-gen-go/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/protoc-gen-go/template

diff --git a/srcpkgs/protoc-gen-go/template b/srcpkgs/protoc-gen-go/template
new file mode 100644
index 00000000000..76b5e208846
--- /dev/null
+++ b/srcpkgs/protoc-gen-go/template
@@ -0,0 +1,19 @@
+# Template file for 'protoc-gen-go'
+pkgname=protoc-gen-go
+version=1.4.0
+revision=1
+wrksrc="protobuf-${version}"
+build_style=go
+go_import_path=github.com/golang/protobuf
+go_package=github.com/golang/protobuf/protoc-gen-go
+depends="protobuf"
+short_desc="Protobuf compiler plugin to generate a Go protocol buffer package"
+maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+license="BSD-3-Clause"
+homepage="https://github.com/golang/protobuf"
+distfiles="https://github.com/golang/protobuf/archive/v${version}.tar.gz"
+checksum=629781fd71f7d4c58db37eff79dc09302054156193ef75f918d03408a617d40c
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] New package: protoc-gen-go-1.4.0
  2020-04-24  2:47 [PR PATCH] New package: protoc-gen-go-1.4.0 renatoaguiar
@ 2020-04-24  3:48 ` renatoaguiar
  2020-05-24 17:04 ` renatoaguiar
  2021-01-30  6:15 ` [PR PATCH] [Updated] New package: protoc-gen-go-1.4.2 renatoaguiar
  2 siblings, 0 replies; 4+ messages in thread
From: renatoaguiar @ 2020-04-24  3:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is an updated pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages protoc-gen-go
https://github.com/void-linux/void-packages/pull/21291

New package: protoc-gen-go-1.4.0


A patch file from https://github.com/void-linux/void-packages/pull/21291.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protoc-gen-go-21291.patch --]
[-- Type: text/x-diff, Size: 1196 bytes --]

From 04fdd6aa643d1ebb4eb2e6bb64069a656db6197f Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Thu, 23 Apr 2020 19:46:35 -0700
Subject: [PATCH] New package: protoc-gen-go-1.4.0

---
 srcpkgs/protoc-gen-go/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/protoc-gen-go/template

diff --git a/srcpkgs/protoc-gen-go/template b/srcpkgs/protoc-gen-go/template
new file mode 100644
index 00000000000..76b5e208846
--- /dev/null
+++ b/srcpkgs/protoc-gen-go/template
@@ -0,0 +1,19 @@
+# Template file for 'protoc-gen-go'
+pkgname=protoc-gen-go
+version=1.4.0
+revision=1
+wrksrc="protobuf-${version}"
+build_style=go
+go_import_path=github.com/golang/protobuf
+go_package=github.com/golang/protobuf/protoc-gen-go
+depends="protobuf"
+short_desc="Protobuf compiler plugin to generate a Go protocol buffer package"
+maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+license="BSD-3-Clause"
+homepage="https://github.com/golang/protobuf"
+distfiles="https://github.com/golang/protobuf/archive/v${version}.tar.gz"
+checksum=629781fd71f7d4c58db37eff79dc09302054156193ef75f918d03408a617d40c
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] New package: protoc-gen-go-1.4.0
  2020-04-24  2:47 [PR PATCH] New package: protoc-gen-go-1.4.0 renatoaguiar
  2020-04-24  3:48 ` [PR PATCH] [Updated] " renatoaguiar
@ 2020-05-24 17:04 ` renatoaguiar
  2021-01-30  6:15 ` [PR PATCH] [Updated] New package: protoc-gen-go-1.4.2 renatoaguiar
  2 siblings, 0 replies; 4+ messages in thread
From: renatoaguiar @ 2020-05-24 17:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is an updated pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages protoc-gen-go
https://github.com/void-linux/void-packages/pull/21291

New package: protoc-gen-go-1.4.0


A patch file from https://github.com/void-linux/void-packages/pull/21291.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protoc-gen-go-21291.patch --]
[-- Type: text/x-diff, Size: 1196 bytes --]

From 7d8eb8cc9c78310351578ba60a33627afe3dc4af Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Thu, 23 Apr 2020 19:46:35 -0700
Subject: [PATCH] New package: protoc-gen-go-1.4.2

---
 srcpkgs/protoc-gen-go/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/protoc-gen-go/template

diff --git a/srcpkgs/protoc-gen-go/template b/srcpkgs/protoc-gen-go/template
new file mode 100644
index 00000000000..4d06286a240
--- /dev/null
+++ b/srcpkgs/protoc-gen-go/template
@@ -0,0 +1,19 @@
+# Template file for 'protoc-gen-go'
+pkgname=protoc-gen-go
+version=1.4.2
+revision=1
+wrksrc="protobuf-${version}"
+build_style=go
+go_import_path=github.com/golang/protobuf
+go_package=github.com/golang/protobuf/protoc-gen-go
+depends="protobuf"
+short_desc="Protobuf compiler plugin to generate a Go protocol buffer package"
+maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+license="BSD-3-Clause"
+homepage="https://github.com/golang/protobuf"
+distfiles="https://github.com/golang/protobuf/archive/v${version}.tar.gz"
+checksum=a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] New package: protoc-gen-go-1.4.2
  2020-04-24  2:47 [PR PATCH] New package: protoc-gen-go-1.4.0 renatoaguiar
  2020-04-24  3:48 ` [PR PATCH] [Updated] " renatoaguiar
  2020-05-24 17:04 ` renatoaguiar
@ 2021-01-30  6:15 ` renatoaguiar
  2 siblings, 0 replies; 4+ messages in thread
From: renatoaguiar @ 2021-01-30  6:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is an updated pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages protoc-gen-go
https://github.com/void-linux/void-packages/pull/21291

New package: protoc-gen-go-1.4.2


A patch file from https://github.com/void-linux/void-packages/pull/21291.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protoc-gen-go-21291.patch --]
[-- Type: text/x-diff, Size: 1196 bytes --]

From 09d0a576c8b1c86ac77c0f947dd1a4069254b90c Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Thu, 23 Apr 2020 19:46:35 -0700
Subject: [PATCH] New package: protoc-gen-go-1.4.3

---
 srcpkgs/protoc-gen-go/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/protoc-gen-go/template

diff --git a/srcpkgs/protoc-gen-go/template b/srcpkgs/protoc-gen-go/template
new file mode 100644
index 00000000000..70fd8c9262b
--- /dev/null
+++ b/srcpkgs/protoc-gen-go/template
@@ -0,0 +1,19 @@
+# Template file for 'protoc-gen-go'
+pkgname=protoc-gen-go
+version=1.4.3
+revision=1
+wrksrc="protobuf-${version}"
+build_style=go
+go_import_path=github.com/golang/protobuf
+go_package=github.com/golang/protobuf/protoc-gen-go
+depends="protobuf"
+short_desc="Protobuf compiler plugin to generate a Go protocol buffer package"
+maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+license="BSD-3-Clause"
+homepage="https://github.com/golang/protobuf"
+distfiles="https://github.com/golang/protobuf/archive/v${version}.tar.gz"
+checksum=5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-30  6:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24  2:47 [PR PATCH] New package: protoc-gen-go-1.4.0 renatoaguiar
2020-04-24  3:48 ` [PR PATCH] [Updated] " renatoaguiar
2020-05-24 17:04 ` renatoaguiar
2021-01-30  6:15 ` [PR PATCH] [Updated] New package: protoc-gen-go-1.4.2 renatoaguiar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).