summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-04-01 03:45:42 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-04-01 12:58:57 +0000
commit4aebf1a74ef218f2d6ade83aeeb6a0c6831add70 (patch)
treeddfd05af0efec3efe400603a64ce55c28bc42ced
parent0f3bccfcf4abaf0b12821881ad45861882598871 (diff)
downloadtde-packaging-gentoo-4aebf1a7.tar.gz
tde-packaging-gentoo-4aebf1a7.zip
Live ebuilds: Add preliminary `KNetStats` ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--trinity-apps/knetstats/knetstats-9999.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/trinity-apps/knetstats/knetstats-9999.ebuild b/trinity-apps/knetstats/knetstats-9999.ebuild
new file mode 100644
index 00000000..7a0e8b7a
--- /dev/null
+++ b/trinity-apps/knetstats/knetstats-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+TRINITY_MODULE_TYPE="applications"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="bg br cs da de el es et fr ga gl
+ it ja ka nl pl pt pt_BR ru sk sv tr"
+
+inherit trinity-base-2
+
+DESCRIPTION="Network interfaces monitor for TDE"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}"