From bf556220ebb5f933e46bbc76d326c74dc33cdbf5 Mon Sep 17 00:00:00 2001 From: Mateusz Sylwestrzak Date: Mon, 9 Sep 2024 21:14:30 +0200 Subject: [PATCH] New package: python3-pynitrokey-0.8.4 --- srcpkgs/python3-pynitrokey/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/python3-pynitrokey/template diff --git a/srcpkgs/python3-pynitrokey/template b/srcpkgs/python3-pynitrokey/template new file mode 100644 index 00000000000..3609d30b063 --- /dev/null +++ b/srcpkgs/python3-pynitrokey/template @@ -0,0 +1,25 @@ +# Template file for 'python3-pynitrokey' +pkgname=python3-pynitrokey +version=0.8.4 +revision=1 +build_style=python3-pep517 +make_build_args="--skip-dependency-check" +hostmakedepends="python3-wheel python3-flit_core" +depends="python3-cffi python3-click + python3-click-aliases python3-semver python3-libusb1 + python3-crcmod python3-hidapi python3-pyserial + python3-cryptography python3-ecdsa 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 " +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=2a00d682b7de0a02d2a0d4b8c6c6201690ecf39ec6964670f31be67afe14f2fb + +post_install() { + vlicense LICENSES/MIT.txt +}