blob: ee474b1a9d172c999998391c6b86022a20164dd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
inherit eutils user kde5 git-r3
DESCRIPTION="Real-time network traffic monitor for KDE Plasma"
HOMEPAGE="https://github.com/rhasselbaum/socket-sentry"
EGIT_REPO_URI="https://github.com/rhasselbaum/socket-sentry.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="
$(add_plasma_dep plasma-workspace)
net-libs/libpcap
"
RDEPEND="${DEPEND}
"
pkg_setup() {
enewgroup socketsentry
}
|