mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
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:
parent
f0d2bc2a7f
commit
520e999501
24
projects/developers.yubico.com/yubikey-manager/package.yml
Normal file
24
projects/developers.yubico.com/yubikey-manager/package.yml
Normal 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}}
|
Loading…
Reference in a new issue