From c39a9d13aa2ab8fd649dc37cd5a45ce59c5015c2 Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Mon, 1 Jul 2019 11:48:42 +0700 Subject: [PATCH] New package: yubikey-manager-3.0.0 --- srcpkgs/yubikey-manager/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/yubikey-manager/template diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template new file mode 100644 index 0000000000..7cab8c4a93 --- /dev/null +++ b/srcpkgs/yubikey-manager/template @@ -0,0 +1,19 @@ +# Template file for 'yubikey-manager' +pkgname=yubikey-manager +version=3.0.0 +revision=1 +archs=noarch +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard +python3-click python3-cryptography python3-six pcsc-ccid" +short_desc="Library and CLI tools to configure YubiKey" +maintainer="Doan Tran Cong Danh " +license="BSD-2-Clause" +homepage="https://developers.yubico.com/yubikey-manager/" +distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz" +checksum=815746ad93780884a0ceb8cb4569a902f2317511b3a41ceead8f9be0a9b1f220 + +post_install() { + vlicense COPYING +}