summaryrefslogtreecommitdiff
path: root/net-misc/ncman/ncman-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ncman/ncman-9999.ebuild')
-rw-r--r--net-misc/ncman/ncman-9999.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/ncman/ncman-9999.ebuild b/net-misc/ncman/ncman-9999.ebuild
new file mode 100644
index 000000000000..54dde8ba11c3
--- /dev/null
+++ b/net-misc/ncman/ncman-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson git-r3
+COMMIT="bca0dc0a835f8a267be28d32b49775a50543d081"
+
+DESCRIPTION="An ncurses UI for connman, forked from connman-json-client"
+HOMEPAGE="https://github.com/l4rzy/ncman"
+EGIT_REPO_URI=https://github.com/l4rzy/ncman.git
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="dev-libs/json-c:0=
+ >=sys-apps/dbus-1.4
+ sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"