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

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