pantry/projects/developers.yubico.com/yubikey-manager/package.yml
Markus Zoppelt 520e999501
add ykman (yubikey-manager) (#4322)
* add `ykman` (yubikey-manager)

* use python-venv.sh

* try 3.11

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-12-06 12:07:11 -05:00

25 lines
447 B
YAML

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}}