From bb50e735697669a01f41a6c330ddc0e3d7f9a9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=ABl=20B=C3=A9zier?= Date: Sun, 17 Nov 2024 13:43:15 +0100 Subject: [PATCH] games-rpg/primordia: new package, add 3.6.70667 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hoël Bézier --- games-rpg/primordia/Manifest | 1 + games-rpg/primordia/metadata.xml | 8 +++++ .../primordia/primordia-3.6.70667.ebuild | 36 +++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 games-rpg/primordia/Manifest create mode 100644 games-rpg/primordia/metadata.xml create mode 100644 games-rpg/primordia/primordia-3.6.70667.ebuild diff --git a/games-rpg/primordia/Manifest b/games-rpg/primordia/Manifest new file mode 100644 index 0000000000..d7d23a96d9 --- /dev/null +++ b/games-rpg/primordia/Manifest @@ -0,0 +1 @@ +DIST primordia_3_6_70667.sh 1166666570 BLAKE2B 8129b99aec5d09ecf6deb924750ad33ee0aa24601f2ea21d8f184cfe7a46f95a32f4a126c11f2b7e546919aa1e91ddf1d6585f96e0c9c4cf6aea01a5af5ea2c6 SHA512 52ba9adfda47b4376aead568eb879624053cb70d03aaab8e6423d6a585712d474cd7bcf8698dda2aef0ef7e9eb339bd7020a030db7b4aa5563356f835333717a diff --git a/games-rpg/primordia/metadata.xml b/games-rpg/primordia/metadata.xml new file mode 100644 index 0000000000..d5049a992c --- /dev/null +++ b/games-rpg/primordia/metadata.xml @@ -0,0 +1,8 @@ + + + + + Hoël Bézier + hoelbezier@riseup.net + + diff --git a/games-rpg/primordia/primordia-3.6.70667.ebuild b/games-rpg/primordia/primordia-3.6.70667.ebuild new file mode 100644 index 0000000000..2c6f073b72 --- /dev/null +++ b/games-rpg/primordia/primordia-3.6.70667.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop unpacker wrapper xdg + +MY_PV="$(ver_rs 1- _)" +MY_P="${PN}_${MY_PV}" + +DESCRIPTION="A cyberpunk point-and-click adventure game" +HOMEPAGE="https://www.wadjeteyegames.com/games/primordia/" +SRC_URI="${MY_P}.sh" +S="${WORKDIR}/data/noarch/game" + +LICENSE="GOG-EULA" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="bindist fetch" + +RDEPEND=">=games-engines/scummvm-2.8.0[mp3,truetype,opengl,vorbis,theora]" +BDEPEND="app-arch/unzip" + +DIR="/usr/share/games/scummvm/games/primordia" + +src_unpack() { + unpack_zip "${A}" +} + +src_install() { + insinto "${DIR}" + doins acsetup.cfg ENGV.tmp Primordia.ags *.tra *.vox "${WORKDIR}/data/noarch/support/icon.png" + + make_wrapper ${PN} "scummvm primordia" + make_desktop_entry ${PN} "Primordia" "${EPREFIX}/${DIR}/icon.png" +}