summaryrefslogtreecommitdiff
path: root/net-misc/ncman/ncman-9999.ebuild
blob: 54dde8ba11c32a87cae9abc1f12478a1ea9d08bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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}"