diff options
Diffstat (limited to 'trinity-base/amor')
-rw-r--r-- | trinity-base/amor/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/amor/amor-14.1.2.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/trinity-base/amor/Manifest b/trinity-base/amor/Manifest index 0de8bed8..9827d826 100644 --- a/trinity-base/amor/Manifest +++ b/trinity-base/amor/Manifest @@ -1 +1,2 @@ DIST tdetoys-trinity-14.1.1.tar.xz 2520488 BLAKE2B cb7a2e614b00401cfed40923ac08849ce9156a685ad70ce3f752dbdc532b808af0195374cfc9ef00aebef605ded8fdd92e6d110664eb1e7cb3c845f54b9d71fb SHA512 6a9d00aaa6172dcb43fedc7b093d79d288894f59fde20167877fd4d802e1f3b338bd16d859dd77cb9138658ddfe62ac80591e1a6fbe1dee318c7607495f611a6 +DIST tdetoys-trinity-14.1.2.tar.xz 2522040 BLAKE2B 44897c286984156b09eb60fbc5b881b8f6c346065b446bb9806d66c6214ee2a5b8cde5c97fab0e6b47a9fea4d457f824b7a5194a4bec4ec588cb0bdaad8cc846 SHA512 acdc639834fc09452eb3bafebc834f887659399abcc93a271590d9f98c80be8a3bd23f49007b30bde2298340d5b96d20ba0dfa6a0b3debe356218b93061756a7 diff --git a/trinity-base/amor/amor-14.1.2.ebuild b/trinity-base/amor/amor-14.1.2.ebuild new file mode 100644 index 00000000..13718a2c --- /dev/null +++ b/trinity-base/amor/amor-14.1.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Copyright 2020-2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_NAME="tdetoys" +TRINITY_MODULE_TYPE="core" +inherit trinity-meta-2 + +DESCRIPTION="Trinity: Amusing Misuse Of Resources - desktop-dwelling creature" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi |