clean cvs header
[gentoo-zh.git] / app-crypt / yubico-piv-tool / yubico-piv-tool-1.4.2.ebuild
bloba86cb9011f0d3cf7f64b53f6f28aefbe0cfd62fe
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 DESCRIPTION="The Yubico PIV Tool allows you to configure a PIV-enabled YubiKey through a command line interface."
7 HOMEPAGE="https://developers.yubico.com/yubico-piv-tool/"
8 SRC_URI="https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-${PV}.tar.gz"
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="~x86 ~amd64"
13 RESTRICT="mirror"
14 DEPEND="sys-apps/pcsc-lite
15 dev-libs/openssl"
16 RDEPEND="${DEPEND}"