Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: openpgp-card-tools-0.0.12
Date: Mon, 01 Aug 2022 15:44:40 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38406@inbox.vuxu.org> (raw)

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

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

https://github.com/jcgruenhage/void-packages openpgp-card-tools-0.0.12_1
https://github.com/void-linux/void-packages/pull/38406

New package: openpgp-card-tools-0.0.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Splitting this out from #32480, as they are related, but don't depend on each
other, at least not necessarily and not in a way that xbps-src cares about.

Aside of that, should I add a section to void-docs, about how to set this up,
next to https://docs.voidlinux.org/config/gnupg.html, as their setup sort-of
depends on each other if you want to use them in parallel? `opgp-card` requires
use of pcscd, which means you have to disable the built-in ccid driver in
GnuPGs scdaemon, install `pcsclite` and `pcsc-ccid` and enable the `pcscd`
service.

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-card-tools-0.0.12_1-38406.patch --]
[-- Type: text/x-diff, Size: 1854 bytes --]

From 1d8b5bad0c2a4fac070d1a8be31379fb078abb64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 1 Aug 2022 15:38:02 +0200
Subject: [PATCH] New package: openpgp-card-tools-0.0.12

---
 srcpkgs/openpgp-card-tools/template | 22 ++++++++++++++++++++++
 srcpkgs/openpgp-card-tools/update   |  2 ++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/openpgp-card-tools/template
 create mode 100644 srcpkgs/openpgp-card-tools/update

diff --git a/srcpkgs/openpgp-card-tools/template b/srcpkgs/openpgp-card-tools/template
new file mode 100644
index 000000000000..220dd3564f93
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/template
@@ -0,0 +1,22 @@
+# Template file for 'openpgp-card-tools'
+pkgname=openpgp-card-tools
+version=0.0.12
+revision=1
+wrksrc="${pkgname/-tools}-${pkgname}-v${version}"
+build_wrksrc="tools"
+build_style=cargo
+hostmakedepends="pkg-config llvm clang"
+makedepends="nettle-devel pcsclite-devel"
+depends="pcsclite pcsc-ccid"
+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/openpgp-card/openpgp-card"
+distfiles="${homepage}/-/archive/${pkgname}/v${version}/${wrksrc}.tar.gz"
+checksum=023ac99978fa1802e72a6c05a4fd1139d38a5f7bb06508ed06b6f12d5c7f938a
+
+post_install() {
+	vlicense "../LICENSES/Apache-2.0.txt"
+	vlicense "../LICENSES/MIT.txt"
+	vdoc "README.md"
+}
diff --git a/srcpkgs/openpgp-card-tools/update b/srcpkgs/openpgp-card-tools/update
new file mode 100644
index 000000000000..62c2355e5b13
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-card/openpgp-card/-/tags?format=atom"
+pattern="<title>(openpgp-card-)?tools/v\K[\d.]+(?=</title>)"

             reply	other threads:[~2022-08-01 13:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 13:44 jcgruenhage [this message]
2022-08-03 11:58 ` [PR REVIEW] " sgn
2022-08-03 12:45 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-04  7:56 ` [PR REVIEW] " jcgruenhage
2022-08-06 13:40 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-01 13:55 ` [PR PATCH] [Updated] New package: openpgp-card-tools-0.0.13 jcgruenhage
2022-11-01 13:58 ` jcgruenhage
2022-11-01 14:14 ` [PR PATCH] [Merged]: New package: openpgp-card-tools-0.9.0 Johnnynator

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38406@inbox.vuxu.org \
    --to=jcgruenhage@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).