diff options
Diffstat (limited to 'trinity-base/twin4/twin4-14.0.7.ebuild')
-rw-r--r-- | trinity-base/twin4/twin4-14.0.7.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/trinity-base/twin4/twin4-14.0.7.ebuild b/trinity-base/twin4/twin4-14.0.7.ebuild new file mode 100644 index 00000000..f069cc89 --- /dev/null +++ b/trinity-base/twin4/twin4-14.0.7.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_NAME="tdegames" + +inherit trinity-meta-2 + +DESCRIPTION="Trinity four-in-a-row game" +KEYWORDS="~amd64 ~x86" + +DEPEND="~trinity-base/libtdegames-${PV}" +RDEPEND="${DEPEND}" + +TSM_EXTRACT_ALSO="libtdegames/" |