Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Packages: sequoia cli utilities
@ 2021-08-13 14:11 jcgruenhage
  2021-08-13 16:13 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (35 more replies)
  0 siblings, 36 replies; 37+ messages in thread
From: jcgruenhage @ 2021-08-13 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages sequoia
https://github.com/void-linux/void-packages/pull/32480

New Packages: sequoia cli utilities
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

### TODO
- [ ] add sqv
- [ ] package man pages
- [ ] package shell completions

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

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

From f1f0e1d568aac71d220c2e8e23a4fe4b0ee95735 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 13 Aug 2021 16:07:21 +0200
Subject: [PATCH 1/2] New package: sequoia-sop-0.24.0

---
 srcpkgs/sequoia-sop/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/sequoia-sop/template

diff --git a/srcpkgs/sequoia-sop/template b/srcpkgs/sequoia-sop/template
new file mode 100644
index 000000000000..18ca407b581e
--- /dev/null
+++ b/srcpkgs/sequoia-sop/template
@@ -0,0 +1,15 @@
+# Template file for 'sequoia-sop'
+pkgname=sequoia-sop
+version=0.24.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=cargo
+configure_args="--bin sqop --features cli"
+hostmakedepends="pkg-config"
+makedepends="nettle-devel clang"
+short_desc="Implementation of the Stateless OpenPGP CLI using Sequoia"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/sequoia-pgp/sequoia-sop/"
+distfiles="https://gitlab.com/sequoia-pgp/sequoia-sop/-/archive/v${version}/sequoia-sop-v${version}.tar.gz"
+checksum=8658135a5e776db7219be7d6a0a5ef70b34df0f0101e2c75674d1932b904cc35

From aa08ead75139c82538bc6bc0397698530fbfdee0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 13 Aug 2021 16:07:24 +0200
Subject: [PATCH 2/2] New package: sequoia-sq-0.25.0

---
 srcpkgs/sequoia-sq/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/sequoia-sq/template

diff --git a/srcpkgs/sequoia-sq/template b/srcpkgs/sequoia-sq/template
new file mode 100644
index 000000000000..05872c3f7379
--- /dev/null
+++ b/srcpkgs/sequoia-sq/template
@@ -0,0 +1,15 @@
+# Template file for 'sequoia-sq'
+pkgname=sequoia-sq
+version=0.25.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_wrksrc="sq"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel nettle-devel clang"
+short_desc="Command-line frontend for Sequoia, a new OpenPGP implementation"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-2.0-or-later"
+homepage="https://sequoia-pgp.org/projects/#sq"
+distfiles="https://gitlab.com/sequoia-pgp/sequoia/-/archive/sq/v${version}/sequoia-sq-v${version}.tar.gz"
+checksum=e6c8647076326695a55a23373d32aba532e67536e7bfbccc8c4c0223d26b32f8

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

end of thread, other threads:[~2022-09-21 10:23 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 14:11 [PR PATCH] New Packages: sequoia cli utilities jcgruenhage
2021-08-13 16:13 ` [PR PATCH] [Updated] " jcgruenhage
2021-08-13 16:16 ` jcgruenhage
2021-08-13 16:55 ` jcgruenhage
2022-01-15 15:32 ` jcgruenhage
2022-02-08 14:42 ` jcgruenhage
2022-02-08 22:14 ` jcgruenhage
2022-02-21  5:00 ` jcgruenhage
2022-02-26 18:30 ` jcgruenhage
2022-04-09 14:54 ` jcgruenhage
2022-04-09 15:18 ` [PR REVIEW] " classabbyamp
2022-04-09 15:28 ` jcgruenhage
2022-04-09 16:05 ` jcgruenhage
2022-05-14  9:43 ` jcgruenhage
2022-05-14  9:46 ` [PR PATCH] [Updated] " jcgruenhage
2022-05-15 21:32 ` ericonr
2022-05-15 22:43 ` classabbyamp
2022-06-02  9:12 ` [PR PATCH] [Updated] " jcgruenhage
2022-06-02  9:46 ` jcgruenhage
2022-06-03  9:54 ` jcgruenhage
2022-06-14 12:10 ` [PR PATCH] [Updated] " jcgruenhage
2022-06-14 12:47 ` jcgruenhage
2022-06-14 14:10 ` jcgruenhage
2022-06-14 14:20 ` jcgruenhage
2022-08-01 14:57 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-07 16:38 ` jcgruenhage
2022-08-08 20:32 ` jcgruenhage
2022-08-08 21:16 ` [PR REVIEW] " classabbyamp
2022-08-08 21:16 ` classabbyamp
2022-08-09  8:54 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-09 22:24 ` jcgruenhage
2022-08-09 23:19 ` jcgruenhage
2022-08-09 23:25 ` jcgruenhage
2022-08-12  6:41 ` [PR REVIEW] " ericonr
2022-08-12  7:42 ` jcgruenhage
2022-08-12 17:45 ` ahesford
2022-09-21 10:23 ` [PR PATCH] [Merged]: " ahesford

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