There's a merged pull request on the void-packages repository New package: openpgp-card-tools-0.9.0 https://github.com/void-linux/void-packages/pull/38406 Description: #### 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. Added info in https://github.com/void-linux/void-docs/pull/696