From 048bd060badd229e3bb596029874760a86d27060 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 30 Aug 2022 04:47:47 +0100 Subject: gentoo auto-resync : 30:08:2022 - 04:47:47 --- games-fps/alephone-marathon/Manifest | 3 ++ .../alephone-marathon-20220115.ebuild | 37 ++++++++++++++++++++++ games-fps/alephone-marathon/metadata.xml | 16 ++++++++++ 3 files changed, 56 insertions(+) create mode 100644 games-fps/alephone-marathon/Manifest create mode 100644 games-fps/alephone-marathon/alephone-marathon-20220115.ebuild create mode 100644 games-fps/alephone-marathon/metadata.xml (limited to 'games-fps/alephone-marathon') diff --git a/games-fps/alephone-marathon/Manifest b/games-fps/alephone-marathon/Manifest new file mode 100644 index 000000000000..e22fc9834102 --- /dev/null +++ b/games-fps/alephone-marathon/Manifest @@ -0,0 +1,3 @@ +DIST Marathon-20220115-Data.zip 26473230 BLAKE2B d6a917c0e884d128af11a56473cd4ec0022ca373c4c1e33f39b58ed24cd65a3cb40efd3e874f9ef64be6d3bf39206cd3a51310719223788d240747670075f697 SHA512 dd1eaaafcffe03b66244497c69044a3cabb8348186f1023dd08444a519a6fca59330bc5daf4950967482a12167059055d577e8211f3a70c92f512f74c8415bc8 +EBUILD alephone-marathon-20220115.ebuild 881 BLAKE2B 75551d5e841db81fb50863f94d6b7b0b412b12ef11a1007ef1b1e9f7f0cb4067021381f66b677a790308760fc2a70c3c89aded41844315137cddae5e786d7ca1 SHA512 356372d486e8a25aacb0059c9c32af41ebca53e761ddcc1ccfdba17d2b0d1aedc0e66db2d51d3433b10ce168dcf064407e0a18499c0f222dc65aead8561ef3ac +MISC metadata.xml 510 BLAKE2B 585a78c69b8ffff8640baa9eb39fe66a3115cc004da917eeb37573b1ae816e399a63ed5f043d547bcd7e59499c670e5063da56356e00c78cc22df039f11d8a09 SHA512 95337185f46c35a2f8022a1acc00bbebc8174472bcda28dae1a58acd2c314081a0451ef9a6a348390ac908eb249ede97721cf43b21f8ff1984e74f1ea63a6f5e diff --git a/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild b/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild new file mode 100644 index 000000000000..a1a96ad86ae5 --- /dev/null +++ b/games-fps/alephone-marathon/alephone-marathon-20220115.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop + +DESCRIPTION="Aleph One - Marathon (M1A1)" +HOMEPAGE="http://marathon.sourceforge.net/" +SRC_URI="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${PV}/Marathon-${PV}-Data.zip" +S="${WORKDIR}/Marathon" + +LICENSE="bungie-marathon" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="mirror" + +RDEPEND="games-fps/alephone" +BDEPEND="app-arch/unzip" + +MY_NAME="marathon" +MY_DIR="/usr/share/alephone-${MY_NAME}" + +src_install() { + insinto "${MY_DIR}" + doins -r * + + make_desktop_entry "alephone.sh ${MY_NAME}" "${DESCRIPTION}" + + # Make sure the extra dirs exist in case the user wants to add some data + keepdir "${MY_DIR}"/{Scripts,"Physics Models",Textures,Themes} +} + +pkg_postinst() { + elog "To play this scenario, run:" + elog "alephone.sh ${MY_NAME}" +} diff --git a/games-fps/alephone-marathon/metadata.xml b/games-fps/alephone-marathon/metadata.xml new file mode 100644 index 000000000000..2a5f1108e681 --- /dev/null +++ b/games-fps/alephone-marathon/metadata.xml @@ -0,0 +1,16 @@ + + + + + games@gentoo.org + Gentoo Games Project + + + Matt.Jolly@footclan.ninja + Matt Jolly + + + Aleph-One-Marathon/alephone + marathon + + -- cgit v1.2.3