summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Suhl <nico@overninethousand.de>2018-01-20 19:05:23 +0100
committerNico Suhl <nico@overninethousand.de>2018-01-20 19:05:23 +0100
commitf6cb74389e6797519e2bb60ea16b3e71d710c7b2 (patch)
tree8efeeb7c702590358daeb1decd1bd63e45cf0a6e
parentbump atom to 1.23.3 (diff)
downloadnico-f6cb74389e6797519e2bb60ea16b3e71d710c7b2.tar.gz
nico-f6cb74389e6797519e2bb60ea16b3e71d710c7b2.tar.bz2
nico-f6cb74389e6797519e2bb60ea16b3e71d710c7b2.zip
add pass-otp 1.0.0
-rw-r--r--app-admin/pass-otp/Manifest1
-rw-r--r--app-admin/pass-otp/pass-otp-1.0.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
new file mode 100644
index 0000000..bf93874
--- /dev/null
+++ b/app-admin/pass-otp/Manifest
@@ -0,0 +1 @@
+DIST pass-otp-1.0.0.tar.gz 31737 SHA256 ed409b50c417814f9feed913bb4c09916a10f635404a6d8c2f4e842319c58052 SHA512 44f7ec9eb7ca8c5d153fd520fe55c6304bad59e208f56c84b73afbea7cec04d057d267373504786665cd77c5958a48b57938c8b3641de0b0e7f255f6afa81590 WHIRLPOOL 2b4bdc71d72ff7ca7c7f3c49d23cf632f89f4b16fa200ac74c4aa4f4c65ce87cc2c3752a1fb053dac7c037bd54c21053c1bf72448e6aadeff2ccf1c1da1dd0e1
diff --git a/app-admin/pass-otp/pass-otp-1.0.0.ebuild b/app-admin/pass-otp/pass-otp-1.0.0.ebuild
new file mode 100644
index 0000000..8f2d2cb
--- /dev/null
+++ b/app-admin/pass-otp/pass-otp-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens."
+HOMEPAGE="https://github.com/tadfisher/pass-otp"
+SRC_URI="https://github.com/tadfisher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="sys-auth/oath-toolkit
+ media-gfx/qrencode
+ >=app-admin/pass-1.7"
+
+src_compile() {
+ :;
+}