From 74364f9325bbe3bd6f24419170aceac7d3f2f41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 19 Oct 2019 00:08:53 +0200 Subject: app-crypt/usbkey: udpate to 0.4 --- app-crypt/usbkey/usbkey-0.4-r1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app-crypt/usbkey/usbkey-0.4-r1.ebuild (limited to 'app-crypt/usbkey/usbkey-0.4-r1.ebuild') diff --git a/app-crypt/usbkey/usbkey-0.4-r1.ebuild b/app-crypt/usbkey/usbkey-0.4-r1.ebuild new file mode 100644 index 0000000..20ac8ad --- /dev/null +++ b/app-crypt/usbkey/usbkey-0.4-r1.ebuild @@ -0,0 +1,31 @@ +EAPI=7 + +VER="${PV%-r*}" + +DESCRIPTION="Maintain keys on USB drive" +HOMEPAGE="http://git.cynerd.cz/usbkey/" +SRC_URI="http://git.cynerd.cz/usbkey/snapshot/usbkey-${VER}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/usbkey-${VER}" + +LICENSE="GPL-3.0+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND=" +sys-fs/cryptsetup +net-misc/rsync +net-misc/openssh +dev-libs/openssl +" +RDEPEND="${DEPEND}" + +src_install() { + dobin "${S}/usbkey" + + insinto /usr/share/bash-completion/completions + newins "${S}/bash_completions" usbkey + + insinto /usr/share/zsh/site-functions + newins "${S}/zsh_completions" _usbkey +} -- cgit v1.2.3