diff options
author | Chris <xchrisx@uber.space> | 2020-01-23 03:13:18 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-01-25 23:28:59 +0000 |
commit | c860b92569b4d9b3d640a5c7c7c2825344fda1ba (patch) | |
tree | 990ae798c94519c0dc0cfd88bd51edd3ef3f9cee | |
parent | 1b82d066c727b67cf772d024b3a4c7004e68f602 (diff) | |
download | tde-packaging-gentoo-c860b92569b4d9b3d640a5c7c7c2825344fda1ba.tar.gz tde-packaging-gentoo-c860b92569b4d9b3d640a5c7c7c2825344fda1ba.zip |
Live ebuilds: Add preliminary KNetLoad ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r-- | trinity-apps/knetload/knetload-9999.ebuild | 22 | ||||
-rw-r--r-- | trinity-apps/knetload/metadata.xml | 7 |
2 files changed, 29 insertions, 0 deletions
diff --git a/trinity-apps/knetload/knetload-9999.ebuild b/trinity-apps/knetload/knetload-9999.ebuild new file mode 100644 index 00000000..586b5db5 --- /dev/null +++ b/trinity-apps/knetload/knetload-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="ar bs ca cs da de en_GB es et fr + is it ja nb nl pt pt_BR ro sr sv ta tr + zh_CN zh_TW" + +inherit trinity-base-2 + +DESCRIPTION="A network meter for Kicker" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity 14.1.0 + +SLOT="${TRINITY_VER}" diff --git a/trinity-apps/knetload/metadata.xml b/trinity-apps/knetload/metadata.xml new file mode 100644 index 00000000..61b4108b --- /dev/null +++ b/trinity-apps/knetload/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Chris</name> + </maintainer> +</pkgmetadata> |