Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: chamber-2.8.1
@ 2020-05-03  9:25 klardotsh
  2020-05-03  9:48 ` [PR PATCH] [Updated] " klardotsh
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: klardotsh @ 2020-05-03  9:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh-chamber
https://github.com/void-linux/void-packages/pull/21582

New package: chamber-2.8.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh-chamber-21582.patch --]
[-- Type: text/x-diff, Size: 1197 bytes --]

From fe13c658e57c22a7a13735ccf168431a711df48b Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 02:24:55 -0700
Subject: [PATCH] New package: chamber-2.8.1

---
 srcpkgs/chamber/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/chamber/template

diff --git a/srcpkgs/chamber/template b/srcpkgs/chamber/template
new file mode 100644
index 00000000000..1813bf2eb85
--- /dev/null
+++ b/srcpkgs/chamber/template
@@ -0,0 +1,21 @@
+# Template file for 'chamber'
+pkgname=chamber
+version=2.8.1
+revision=1
+build_style=go
+go_import_path=github.com/segmentio/chamber
+# avoids error:
+# build github.com/segmentio/chamber: cannot load github.com/segmentio/chamber:
+# open /builddir/chamber-2.7.5/vendor/github.com/segmentio/chamber: no such
+# file or directory
+go_mod_mode="off"
+short_desc="CLI for managing secrets"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/segmentio/chamber"
+distfiles="https://github.com/segmentio/chamber/archive/v${version}${_status}.tar.gz"
+checksum=ec067de2ce3ddc208075170d551f8d8579ac122ffa785fe7bad65b5946a5a6bf
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: chamber-2.8.1
  2020-05-03  9:25 [PR PATCH] New package: chamber-2.8.1 klardotsh
@ 2020-05-03  9:48 ` klardotsh
  2020-05-03  9:51 ` klardotsh
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: klardotsh @ 2020-05-03  9:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh-chamber
https://github.com/void-linux/void-packages/pull/21582

New package: chamber-2.8.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh-chamber-21582.patch --]
[-- Type: text/x-diff, Size: 1063 bytes --]

From 50b57c6cc90a364e0e2a1791ab5195c47ff06214 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 02:24:55 -0700
Subject: [PATCH] New package: chamber-2.8.1

---
 srcpkgs/chamber/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/chamber/template

diff --git a/srcpkgs/chamber/template b/srcpkgs/chamber/template
new file mode 100644
index 00000000000..73ead0c7cd5
--- /dev/null
+++ b/srcpkgs/chamber/template
@@ -0,0 +1,22 @@
+# Template file for 'chamber'
+pkgname=chamber
+version=2.8.1
+revision=1
+build_style=gnu-makefile
+makedepends="go"
+make_build_target="chamber"
+make_use_env=0
+short_desc="CLI for managing secrets"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/segmentio/chamber"
+distfiles="https://github.com/segmentio/chamber/archive/v${version}${_status}.tar.gz"
+checksum=ec067de2ce3ddc208075170d551f8d8579ac122ffa785fe7bad65b5946a5a6bf
+
+do_install() {
+	vinstall chamber 755 usr/bin
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: chamber-2.8.1
  2020-05-03  9:25 [PR PATCH] New package: chamber-2.8.1 klardotsh
  2020-05-03  9:48 ` [PR PATCH] [Updated] " klardotsh
@ 2020-05-03  9:51 ` klardotsh
  2020-05-03 22:00 ` klardotsh
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: klardotsh @ 2020-05-03  9:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh-chamber
https://github.com/void-linux/void-packages/pull/21582

New package: chamber-2.8.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh-chamber-21582.patch --]
[-- Type: text/x-diff, Size: 1438 bytes --]

From d74e631b1eaa3aa20f13216b4914dc211d9ca906 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 02:24:55 -0700
Subject: [PATCH] New package: chamber-2.8.1

---
 srcpkgs/chamber/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/chamber/template

diff --git a/srcpkgs/chamber/template b/srcpkgs/chamber/template
new file mode 100644
index 00000000000..ff30d379cc6
--- /dev/null
+++ b/srcpkgs/chamber/template
@@ -0,0 +1,27 @@
+# Template file for 'chamber'
+pkgname=chamber
+version=2.8.1
+revision=1
+# use the Makefile here instead of the usual go target, both because of weird
+# pathing issues in the vendored dependencies, and because the output binary is
+# missing several critical codepaths when built that way (the missing stuff is
+# also missing when attempting to build the "linux" makefile target, so my
+# current guess is something weird with GOOS envvar)
+build_style=gnu-makefile
+makedepends="go"
+make_build_target="chamber"
+make_use_env=0
+short_desc="CLI for managing secrets"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/segmentio/chamber"
+distfiles="https://github.com/segmentio/chamber/archive/v${version}${_status}.tar.gz"
+checksum=ec067de2ce3ddc208075170d551f8d8579ac122ffa785fe7bad65b5946a5a6bf
+
+do_install() {
+	vinstall chamber 755 usr/bin
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: chamber-2.8.1
  2020-05-03  9:25 [PR PATCH] New package: chamber-2.8.1 klardotsh
  2020-05-03  9:48 ` [PR PATCH] [Updated] " klardotsh
  2020-05-03  9:51 ` klardotsh
@ 2020-05-03 22:00 ` klardotsh
  2020-05-04  1:00 ` klardotsh
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: klardotsh @ 2020-05-03 22:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh-chamber
https://github.com/void-linux/void-packages/pull/21582

New package: chamber-2.8.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh-chamber-21582.patch --]
[-- Type: text/x-diff, Size: 1442 bytes --]

From f364a12badda00dfb438e1ed7d5c9a44df8404ac Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 02:24:55 -0700
Subject: [PATCH] New package: chamber-2.8.1

---
 srcpkgs/chamber/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/chamber/template

diff --git a/srcpkgs/chamber/template b/srcpkgs/chamber/template
new file mode 100644
index 00000000000..5f0fd346462
--- /dev/null
+++ b/srcpkgs/chamber/template
@@ -0,0 +1,27 @@
+# Template file for 'chamber'
+pkgname=chamber
+version=2.8.1
+revision=1
+# use the Makefile here instead of the usual go target, both because of weird
+# pathing issues in the vendored dependencies, and because the output binary is
+# missing several critical codepaths when built that way (the missing stuff is
+# also missing when attempting to build the "linux" makefile target, so my
+# current guess is something weird with GOOS envvar)
+build_style=gnu-makefile
+make_build_target="chamber"
+make_use_env=0
+hostmakedepends="go"
+short_desc="CLI for managing secrets"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/segmentio/chamber"
+distfiles="https://github.com/segmentio/chamber/archive/v${version}${_status}.tar.gz"
+checksum=ec067de2ce3ddc208075170d551f8d8579ac122ffa785fe7bad65b5946a5a6bf
+
+do_install() {
+	vinstall chamber 755 usr/bin
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: chamber-2.8.1
  2020-05-03  9:25 [PR PATCH] New package: chamber-2.8.1 klardotsh
                   ` (2 preceding siblings ...)
  2020-05-03 22:00 ` klardotsh
@ 2020-05-04  1:00 ` klardotsh
  2020-05-04  1:03 ` klardotsh
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: klardotsh @ 2020-05-04  1:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh-chamber
https://github.com/void-linux/void-packages/pull/21582

New package: chamber-2.8.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh-chamber-21582.patch --]
[-- Type: text/x-diff, Size: 1037 bytes --]

From 55b582491a5fae779bcf764e282fe9f8c6d8da4b Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 02:24:55 -0700
Subject: [PATCH] New package: chamber-2.8.1

---
 srcpkgs/chamber/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/chamber/template

diff --git a/srcpkgs/chamber/template b/srcpkgs/chamber/template
new file mode 100644
index 00000000000..35b109c6dd0
--- /dev/null
+++ b/srcpkgs/chamber/template
@@ -0,0 +1,18 @@
+# Template file for 'chamber'
+pkgname=chamber
+version=2.8.1
+revision=1
+build_style=go
+go_import_path=github.com/segmentio/chamber
+go_ldflags="-X main.Version=${version}"
+go_mod_mode=mod
+short_desc="CLI for managing secrets"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/segmentio/chamber"
+distfiles="https://github.com/segmentio/chamber/archive/v${version}${_status}.tar.gz"
+checksum=ec067de2ce3ddc208075170d551f8d8579ac122ffa785fe7bad65b5946a5a6bf
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: chamber-2.8.1
  2020-05-03  9:25 [PR PATCH] New package: chamber-2.8.1 klardotsh
                   ` (3 preceding siblings ...)
  2020-05-04  1:00 ` klardotsh
@ 2020-05-04  1:03 ` klardotsh
  2020-05-05 20:32 ` klardotsh
  2020-05-05 20:32 ` [PR PATCH] [Closed]: " klardotsh
  6 siblings, 0 replies; 8+ messages in thread
From: klardotsh @ 2020-05-04  1:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh-chamber
https://github.com/void-linux/void-packages/pull/21582

New package: chamber-2.8.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh-chamber-21582.patch --]
[-- Type: text/x-diff, Size: 1041 bytes --]

From 38b18f15730aa4e5ce621eaa880e5e6dde316533 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 02:24:55 -0700
Subject: [PATCH] New package: chamber-2.8.1

---
 srcpkgs/chamber/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/chamber/template

diff --git a/srcpkgs/chamber/template b/srcpkgs/chamber/template
new file mode 100644
index 00000000000..3032c6d169b
--- /dev/null
+++ b/srcpkgs/chamber/template
@@ -0,0 +1,18 @@
+# Template file for 'chamber'
+pkgname=chamber
+version=2.8.1
+revision=1
+build_style=go
+go_import_path=github.com/segmentio/chamber
+go_ldflags="-X \"main.Version=${version}\""
+go_mod_mode=mod
+short_desc="CLI for managing secrets"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/segmentio/chamber"
+distfiles="https://github.com/segmentio/chamber/archive/v${version}${_status}.tar.gz"
+checksum=ec067de2ce3ddc208075170d551f8d8579ac122ffa785fe7bad65b5946a5a6bf
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: chamber-2.8.1
  2020-05-03  9:25 [PR PATCH] New package: chamber-2.8.1 klardotsh
                   ` (4 preceding siblings ...)
  2020-05-04  1:03 ` klardotsh
@ 2020-05-05 20:32 ` klardotsh
  2020-05-05 20:32 ` [PR PATCH] [Closed]: " klardotsh
  6 siblings, 0 replies; 8+ messages in thread
From: klardotsh @ 2020-05-05 20:32 UTC (permalink / raw)
  To: ml

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

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/21582#issuecomment-624290388

Comment:
Closing this again until I can sort out what on earth the difference is between the packages getting generated with `build_style=go` vs. what I can build with `go get` - the former is *consistently* broken (I had one good build around the time I submitted the package, but it doesn't seem to be reproducible), but the latter works every time.

The way I end up discovering this package is broken is by attempting `chamber exec --pristine` and then finding out that the `--pristine` flag wasn't built in. This seems to be because https://github.com/segmentio/chamber/blob/efa34c951185b60996ac983c838d3304bb7a38e2/cmd/exec.go is being built incorrectly, but I can't for the life of me figure out how or why (I've even tried forcing some `export CGO_ENABLED=0; unset GOOS GOARCH` magic in a local revision of this template, no dice)

If someone else wants to give this a go before I get back around to it, awesome, until then, I've resorted to using the `go get` version for work.

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

* Re: [PR PATCH] [Closed]: New package: chamber-2.8.1
  2020-05-03  9:25 [PR PATCH] New package: chamber-2.8.1 klardotsh
                   ` (5 preceding siblings ...)
  2020-05-05 20:32 ` klardotsh
@ 2020-05-05 20:32 ` klardotsh
  6 siblings, 0 replies; 8+ messages in thread
From: klardotsh @ 2020-05-05 20:32 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: chamber-2.8.1
https://github.com/void-linux/void-packages/pull/21582

Description:


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

end of thread, other threads:[~2020-05-05 20:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03  9:25 [PR PATCH] New package: chamber-2.8.1 klardotsh
2020-05-03  9:48 ` [PR PATCH] [Updated] " klardotsh
2020-05-03  9:51 ` klardotsh
2020-05-03 22:00 ` klardotsh
2020-05-04  1:00 ` klardotsh
2020-05-04  1:03 ` klardotsh
2020-05-05 20:32 ` klardotsh
2020-05-05 20:32 ` [PR PATCH] [Closed]: " klardotsh

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