From: jcgruenhage <jcgruenhage@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: Re: [PR PATCH] [Updated] New Packages: sequoia cli utilities Date: Tue, 14 Jun 2022 16:10:28 +0200 [thread overview] Message-ID: <20220614141028.j5IqkrgHwC1p2B7ke60HGs5zpMqnAPOBihPxf4EDJGI@z> (raw) In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32480@inbox.vuxu.org> [-- Attachment #1: Type: text/plain, Size: 1998 bytes --] There is an updated 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? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR ### TODO - [x] sq - [x] sqop - [x] sqv - [x] add man pages - [x] figure out cross compiling (was broken due to nettle-dev being required on the host as well as the target) - [ ] ~~add shell completions~~ will be done after https://gitlab.com/sequoia-pgp/sequoia/-/issues/798 is fixed. - [x] tell upstream about adding git tags for openpgp-card-tools ([upstream issue](https://gitlab.com/hkos/openpgp-card/-/issues/32)) - [ ] figure out building for armv7l (some lib stuff missing, see [log](https://web.archive.org/web/20220409160215/https://pipelines.actions.githubusercontent.com/serviceHosts/8d180b0e-8647-44ca-8431-6b9f11113866/_apis/pipelines/1/runs/49556/signedlogcontent/6?urlExpires=2022-04-09T16%3A02%3A59.1606901Z&urlSigningMethod=HMACV1&urlSignature=gkM%2FhddrZEYzNMnQZqSFJQcD3ARwMfWvTQLNQA30A9g%3D)) - [ ] figure out building for x86_64-musl (some deprecated musl specific rust code, see [log](https://web.archive.org/web/20220409160239/https://pipelines.actions.githubusercontent.com/serviceHosts/8d180b0e-8647-44ca-8431-6b9f11113866/_apis/pipelines/1/runs/49556/signedlogcontent/8?urlExpires=2022-04-09T16%3A03%3A21.7631273Z&urlSigningMethod=HMACV1&urlSignature=iRYCydXZC%2FxRhVp8pVRbPgkAk8puf85yX5uMTGmzcGM%3D)) 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: 5437 bytes --] From 80e9dfba8e89953e7d23d010ef2b5b65df89752d 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/4] New package: sequoia-sop-0.27.0 --- srcpkgs/sequoia-sop/template | 21 +++++++++++++++++++++ 1 file changed, 21 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..abb1fb7833af --- /dev/null +++ b/srcpkgs/sequoia-sop/template @@ -0,0 +1,21 @@ +# Template file for 'sequoia-sop' +pkgname=sequoia-sop +version=0.27.0 +revision=1 +wrksrc="${pkgname}-v${version}" +build_style=cargo +configure_args="--bin sqop --features cli" +hostmakedepends="pkg-config llvm clang" +makedepends="nettle-devel" +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=d40b69a994ca0c9a6f68b6a8cb8a6da306495b13733c0062ed6086cda5df0a11 + +post_install() { + for page in $(ls man-sqop); do + vman man-sqop/${page} + done +} From cbf42eb98607bed0f61f8f42d0c6a0d91fee9c24 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/4] New package: sequoia-sq-0.26.0 --- srcpkgs/sequoia-sq/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..73ce1ae1aa7f --- /dev/null +++ b/srcpkgs/sequoia-sq/template @@ -0,0 +1,28 @@ +# Template file for 'sequoia-sq' +pkgname=sequoia-sq +version=0.26.0 +revision=1 +wrksrc="${pkgname}-v${version}" +build_wrksrc="sq" +build_style=cargo +hostmakedepends="pkg-config llvm clang nettle-devel" +makedepends="openssl-devel nettle-devel" +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=0fad519053d4ae2be0dc8b4d6807a91e5d8b9112522e7f99efdbdc01fcbc8cfe +conflicts="squirrel" + +post_patch() { + cargo update --package autocfg:1.0.1 --precise 1.1.0 + cargo update --package autocfg:0.1.7 --precise 0.1.8 + vsed -i "/-Dwarnings/d" "${wrksrc}/.cargo/config.toml" +} + +post_install() { + for page in $(ls man-sq-net-autocrypt); do + vman man-sq-net-autocrypt/${page} + done +} From cc1bf3743df2ffd8b9ae91e48e5ab62250bd36a1 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 18:12:28 +0200 Subject: [PATCH 3/4] New package: sequoia-sqv-1.1.0 --- srcpkgs/sequoia-sqv/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/sequoia-sqv/template diff --git a/srcpkgs/sequoia-sqv/template b/srcpkgs/sequoia-sqv/template new file mode 100644 index 000000000000..77e52437c7ac --- /dev/null +++ b/srcpkgs/sequoia-sqv/template @@ -0,0 +1,14 @@ +# Template file for 'sequoia-sqv' +pkgname=sequoia-sqv +version=1.1.0 +revision=1 +wrksrc="${pkgname}-v${version}" +build_style=cargo +hostmakedepends="pkg-config llvm clang" +makedepends="nettle-devel" +short_desc="Simple PGP signature verification program" +maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" +license="GPL-2.0-or-later" +homepage="https://gitlab.com/sequoia-pgp/sequoia-sqv" +distfiles="https://gitlab.com/sequoia-pgp/sequoia-sqv/-/archive/v${version}/sequoia-sqv-v${version}.tar.gz" +checksum=58eb8f7f803b7fee3f709821d50a78f376aa7f3dc29cfeea4863b37449de2c29 From 2132dcc47ce5b0e6c459fb24a1bb8a21c24b54b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= <jan.christian@gruenhage.xyz> Date: Mon, 7 Feb 2022 22:24:48 +0100 Subject: [PATCH 4/4] New package: openpgp-card-tools-0.0.10 --- srcpkgs/openpgp-card-tools/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/openpgp-card-tools/template diff --git a/srcpkgs/openpgp-card-tools/template b/srcpkgs/openpgp-card-tools/template new file mode 100644 index 000000000000..0bc3c0c8545c --- /dev/null +++ b/srcpkgs/openpgp-card-tools/template @@ -0,0 +1,20 @@ +# Template file for 'openpgp-card-tools' +pkgname=openpgp-card-tools +version=0.0.10 +revision=1 +wrksrc="${pkgname}-v${version}" +build_style=cargo +make_install_args="--path tools" +hostmakedepends="pkg-config llvm clang" +makedepends="nettle-devel pcsclite-devel" +short_desc="Tools for inspecting, configuring and using OpenPGP cards" +maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" +license="MIT, Apache-2.0" +homepage="https://gitlab.com/hkos/openpgp-card" +distfiles="https://gitlab.com/hkos/openpgp-card/-/archive/tools/v${version}/${pkgname}-v${version}.tar.gz" +checksum=6ce3da87559bf3551c0bf34df50aece6705bd5de9d360717b894e9985901c70d + +post_install() { + vlicense "LICENSES/Apache-2.0.txt" + vlicense "LICENSES/MIT.txt" +}
next prev parent reply other threads:[~2022-06-14 14:10 UTC|newest] Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-13 14:11 [PR PATCH] " 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 [this message] 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
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=20220614141028.j5IqkrgHwC1p2B7ke60HGs5zpMqnAPOBihPxf4EDJGI@z \ --to=jcgruenhage@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] [Updated] New Packages: sequoia cli utilities' \ /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
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).