# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CRATES=" aho-corasick-0.6.9 argparse-0.2.2 base32-0.4.0 bitflags-1.0.4 cc-1.0.37 cfg-if-0.1.6 cloudabi-0.0.3 fuchsia-cprng-0.1.1 lazy_static-1.2.0 libc-0.2.57 memchr-2.1.3 nitrocli-0.2.4 nitrokey-0.3.4 nitrokey-sys-3.4.3 nitrokey-test-0.1.1 proc-macro2-0.4.26 quote-0.6.11 rand_core-0.3.1 rand_core-0.4.0 rand_os-0.1.3 rdrand-0.4.0 regex-1.1.0 regex-syntax-0.6.5 syn-0.15.26 thread_local-0.3.6 ucd-util-0.1.3 unicode-xid-0.1.0 utf8-ranges-1.0.2 winapi-0.3.6 winapi-i686-pc-windows-gnu-0.4.0 winapi-x86_64-pc-windows-gnu-0.4.0 " inherit cargo DESCRIPTION="A command line application for interacting with Nitrokey devices" HOMEPAGE="https://github.com/d-e-s-o/nitrocli/tree/master" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="Apache-2.0 GPL-3+ LGPL-3 MIT" SLOT="0" KEYWORDS="amd64 x86" BDEPEND=" >=virtual/rust-1.31.0 " DEPEND=" dev-libs/hidapi " # We require gnupg for /usr/bin/gpg-connect-agent. RDEPEND=" ${DEPEND} app-crypt/gnupg " # Uses a plugged-in Nitrokey and runs tests on it. These tests assumes a # pristine configuration and will modify the device's state. Not meant # to be run as part of the installation. RESTRICT="test" QA_FLAGS_IGNORED="/usr/bin/nitrocli" src_install() { cargo_src_install einstalldocs doman "doc/nitrocli.1" }