summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-10 08:07:14 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-10 08:16:02 +0200
commit73ea52cd9f8119600ec7cc6a08ad4c6fb8e3b234 (patch)
treeba8e62a3f94d293b963e3c63e969f6d1d0121dfe /sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild
parentdev-ruby/mocha: add 1.7.0 (diff)
downloadgentoo-73ea52cd9f8119600ec7cc6a08ad4c6fb8e3b234.tar.gz
gentoo-73ea52cd9f8119600ec7cc6a08ad4c6fb8e3b234.tar.bz2
gentoo-73ea52cd9f8119600ec7cc6a08ad4c6fb8e3b234.zip
sys-auth/google-authenticator-wrappers: New package
New package for wrappers used to manage google-authenticator setup on Gentoo Infra.
Diffstat (limited to 'sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild')
-rw-r--r--sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild
new file mode 100644
index 000000000000..8b4ab71f9dae
--- /dev/null
+++ b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Set of scripts to manage google-auth setup on Gentoo Infra"
+HOMEPAGE="https://github.com/mgorny/google-authenticator-wrappers"
+SRC_URI="https://github.com/mgorny/google-authenticator-wrappers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-auth/google-authenticator"