add ykman (yubikey-manager) (#4322)

* add `ykman` (yubikey-manager)

* use python-venv.sh

* try 3.11

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
Markus Zoppelt 2023-12-06 18:07:11 +01:00 committed by GitHub
parent f0d2bc2a7f
commit 520e999501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
distributable:
url: https://github.com/Yubico/yubikey-manager/archive/refs/tags/{{ version }}.tar.gz
strip-components: 1
display-name: yubikey-manager
versions:
github: Yubico/yubikey-manager
dependencies:
python.org: ~3.11
linux:
pcsclite.apdu.fr: '^2'
build:
dependencies:
pip.pypa.io: '*'
swig.org: '*'
script: python-venv.sh {{prefix}}/bin/ykman
provides:
- bin/ykman
test: ykman --version | grep {{version}}