Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sss-cli-0.1.0
@ 2019-12-27 20:11 voidlinux-github
  2019-12-28  9:07 ` [PR PATCH] [Updated] " voidlinux-github
  2020-02-24 17:41 ` [PR PATCH] [Closed]: " DBLouis
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-27 20:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DBLouis/void-packages sss-cli
https://github.com/void-linux/void-packages/pull/17823

New package: sss-cli-0.1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sss-cli-17823.patch --]
[-- Type: text/x-diff, Size: 982 bytes --]

From 0eb7104acb3831562d62480279b536f34011c42e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Louis=20Dupr=C3=A9=20Bertoni?= <contact@louisdb.xyz>
Date: Fri, 27 Dec 2019 22:10:05 +0200
Subject: [PATCH] New package: sss-cli-0.1.0

---
 srcpkgs/sss-cli/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/sss-cli/template

diff --git a/srcpkgs/sss-cli/template b/srcpkgs/sss-cli/template
new file mode 100644
index 00000000000..83a07027e5c
--- /dev/null
+++ b/srcpkgs/sss-cli/template
@@ -0,0 +1,12 @@
+# Template file for 'sss-cli'
+pkgname=sss-cli
+version=0.1.0
+revision=1
+build_style=cargo
+short_desc="Shamir's secret sharing scheme CLI tool"
+maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
+license="MIT"
+homepage="https://github.com/dsprenkels/sss-cli"
+distfiles="https://github.com/dsprenkels/sss-cli/archive/v${version}.tar.gz"
+checksum=25295aac4fb4e910ef69578cf1b559cc9f9ed29b75042d3f71621cbb5fca2bb6
+wrksrc="sss-cli-${version}"

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

* Re: [PR PATCH] [Updated] New package: sss-cli-0.1.0
  2019-12-27 20:11 [PR PATCH] New package: sss-cli-0.1.0 voidlinux-github
@ 2019-12-28  9:07 ` voidlinux-github
  2020-02-24 17:41 ` [PR PATCH] [Closed]: " DBLouis
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-28  9:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DBLouis/void-packages sss-cli
https://github.com/void-linux/void-packages/pull/17823

New package: sss-cli-0.1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sss-cli-17823.patch --]
[-- Type: text/x-diff, Size: 1028 bytes --]

From 471362d097b2e6333d296bf07daccf057d8d3a3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Louis=20Dupr=C3=A9=20Bertoni?= <contact@louisdb.xyz>
Date: Fri, 27 Dec 2019 22:10:05 +0200
Subject: [PATCH] New package: sss-cli-0.1.0

---
 srcpkgs/sss-cli/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/sss-cli/template

diff --git a/srcpkgs/sss-cli/template b/srcpkgs/sss-cli/template
new file mode 100644
index 00000000000..223c0e54812
--- /dev/null
+++ b/srcpkgs/sss-cli/template
@@ -0,0 +1,16 @@
+# Template file for 'sss-cli'
+pkgname=sss-cli
+version=0.1.0
+revision=1
+wrksrc="sss-cli-${version}"
+build_style=cargo
+short_desc="Shamir's secret sharing scheme CLI tool"
+maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
+license="MIT"
+homepage="https://github.com/dsprenkels/sss-cli"
+distfiles="https://github.com/dsprenkels/sss-cli/archive/v${version}.tar.gz"
+checksum=25295aac4fb4e910ef69578cf1b559cc9f9ed29b75042d3f71621cbb5fca2bb6
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: sss-cli-0.1.0
  2019-12-27 20:11 [PR PATCH] New package: sss-cli-0.1.0 voidlinux-github
  2019-12-28  9:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-02-24 17:41 ` DBLouis
  1 sibling, 0 replies; 3+ messages in thread
From: DBLouis @ 2020-02-24 17:41 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: sss-cli-0.1.0
https://github.com/void-linux/void-packages/pull/17823

Description:


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

end of thread, other threads:[~2020-02-24 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-27 20:11 [PR PATCH] New package: sss-cli-0.1.0 voidlinux-github
2019-12-28  9:07 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-24 17:41 ` [PR PATCH] [Closed]: " DBLouis

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