Github messages for voidlinux
 help / color / mirror / Atom feed
From: klardotsh <klardotsh@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: chamber-2.8.1
Date: Sun, 03 May 2020 11:51:00 +0200	[thread overview]
Message-ID: <20200503095100.nF4tLG99V_ianEGGNpf40egib7zr-s1b6cvth3iw5xE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21582@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2020-05-03  9:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-03  9:25 [PR PATCH] " klardotsh
2020-05-03  9:48 ` [PR PATCH] [Updated] " klardotsh
2020-05-03  9:51 ` klardotsh [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200503095100.nF4tLG99V_ianEGGNpf40egib7zr-s1b6cvth3iw5xE@z \
    --to=klardotsh@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).