diff options
-rw-r--r-- | trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-9999.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-9999.ebuild b/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-9999.ebuild new file mode 100644 index 00000000..f2915d86 --- /dev/null +++ b/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +inherit trinity-base-2 + +DESCRIPTION="KSplash engine Moodin" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" |