You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/ykneo-ccid-tools/ykneo-ccid-tools-0.0.0.ebuild

27 lines
553 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit epatch udev
DESCRIPTION="Tools for Yubico's YubiKey NEO in CCID mode"
SRC_URI="http://yubico.github.io/ykneo-ccid-tools/releases/${P}.tar.gz"
HOMEPAGE="https://github.com/Yubico/ykneo-ccid-tools"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="BSD-2"
IUSE=""
RDEPEND="sys-apps/pcsc-lite"
DEPEND="${RDEPEND}
sys-apps/help2man
dev-util/gengetopt"
DOCS=( AUTHORS NEWS README )
src_prepare() {
epatch "${FILESDIR}/${P}-string.patch"
}