26 lines
1010 B
Bash
26 lines
1010 B
Bash
# Template file for 'python3-pynitrokey'
|
|
pkgname=python3-pynitrokey
|
|
version=0.11.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_build_args="--skip-dependency-check"
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3-cffi python3-click
|
|
python3-click-aliases python3-semver python3-libusb1
|
|
python3-crcmod python3-hidapi python3-pyserial
|
|
python3-cryptography python3-fido2
|
|
python3-usb python3-requests python3-intelhex
|
|
python3-nkdfu python3-nitrokey python3-protobuf
|
|
python3-nethsm python3-pyscard libnitrokey
|
|
python3-tqdm python3-tlv8 python3-chardet"
|
|
short_desc="CLI for the Nitrokey FIDO2, Nitrokey Start, Nitrokey 3 and NetHSM"
|
|
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
|
license="LGPL-3.0-only, GPL-3.0-or-later, Apache-2.0, MIT"
|
|
homepage="https://github.com/Nitrokey/pynitrokey"
|
|
distfiles="https://github.com/Nitrokey/pynitrokey/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=c9c0ab311d48acc88dad69d0b691b57a32fc1bf4dd4e1dbab31e518e0ce61ce2
|
|
|
|
post_install() {
|
|
vlicense LICENSES/MIT.txt
|
|
}
|