From 9165ac02ee3e56655309a810d3c0dc69d4db0b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=ABl=20B=C3=A9zier?= Date: Tue, 27 Jun 2023 13:16:24 +0200 Subject: [PATCH] games-rpg/crosscode-a-new-home: new package, add 0_p20220419 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/908027 Signed-off-by: Hoël Bézier Signed-off-by: James Le Cuirot --- games-rpg/crosscode-a-new-home/Manifest | 1 + .../crosscode-a-new-home-0_p20220419.ebuild | 35 +++++++++++++++++++ games-rpg/crosscode-a-new-home/metadata.xml | 8 +++++ 3 files changed, 44 insertions(+) create mode 100644 games-rpg/crosscode-a-new-home/Manifest create mode 100644 games-rpg/crosscode-a-new-home/crosscode-a-new-home-0_p20220419.ebuild create mode 100644 games-rpg/crosscode-a-new-home/metadata.xml diff --git a/games-rpg/crosscode-a-new-home/Manifest b/games-rpg/crosscode-a-new-home/Manifest new file mode 100644 index 0000000000000..f364f0a523d4d --- /dev/null +++ b/games-rpg/crosscode-a-new-home/Manifest @@ -0,0 +1 @@ +DIST new-home.zip 4235451 BLAKE2B 0245abe1d67ba4f6ed8ef4c96a1f03ae454fe39dce950044132fb8b7688b981ae654c30923954951e33c2788e638cf61bb158beeb749cdb1c967bdfe0acab23e SHA512 49269c1bda85d42165b8f86cab4f117c69cc05dafe2905d4540815bd5fac89fe982bf0f850e706953c838b94ec03635c2c6fd06822d8214aeffcbb6d372c0657 diff --git a/games-rpg/crosscode-a-new-home/crosscode-a-new-home-0_p20220419.ebuild b/games-rpg/crosscode-a-new-home/crosscode-a-new-home-0_p20220419.ebuild new file mode 100644 index 0000000000000..e3182f1bccb29 --- /dev/null +++ b/games-rpg/crosscode-a-new-home/crosscode-a-new-home-0_p20220419.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="CrossCode DLC unlocking post-game content" +HOMEPAGE="https://radicalfishgames.itch.io/crosscode-a-new-home" +SRC_URI="new-home.zip" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="bindist fetch splitdebug" + +RDEPEND=" + >=games-rpg/crosscode-1.4.2.2 +" + +BDEPEND=" + app-arch/unzip +" + +S="${WORKDIR}" +DIR="/usr/share/crosscode" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " ${HOMEPAGE}" + einfo "and move it to your distfiles directory." +} + +src_install() { + insinto "${DIR}/assets/extension" + doins -r post-game +} diff --git a/games-rpg/crosscode-a-new-home/metadata.xml b/games-rpg/crosscode-a-new-home/metadata.xml new file mode 100644 index 0000000000000..7c730d47817a3 --- /dev/null +++ b/games-rpg/crosscode-a-new-home/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + +