summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-03-05 21:43:58 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-16 11:12:03 +0100
commit27b46a3c5ddf810d3fb662cdabe5843467f8d180 (patch)
tree13613e9ad407e0b961fd0bcd5d4a81240e3c5c58 /app-admin/pass-otp/pass-otp-1.1.0.ebuild
parentsys-libs/llvm-libunwind: Build local copy of libcxx for tests (diff)
downloadgentoo-27b46a3c5ddf810d3fb662cdabe5843467f8d180.tar.gz
gentoo-27b46a3c5ddf810d3fb662cdabe5843467f8d180.tar.bz2
gentoo-27b46a3c5ddf810d3fb662cdabe5843467f8d180.zip
app-admin/pass-otp: New Package
Closes: https://bugs.gentoo.org/649696 Closes: https://github.com/gentoo/gentoo/pull/7368
Diffstat (limited to 'app-admin/pass-otp/pass-otp-1.1.0.ebuild')
-rw-r--r--app-admin/pass-otp/pass-otp-1.1.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
new file mode 100644
index 000000000000..40e37ea67994
--- /dev/null
+++ b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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/pass-otp/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="qrcode test"
+
+DEPEND="test? ( dev-tcltk/expect:* )"
+
+RDEPEND=">=app-admin/pass-1.7
+ sys-auth/oath-toolkit
+ qrcode? ( media-gfx/qrencode )"
+
+src_compile() {
+ :
+}