Install this version:
emerge -a =games-fps/alephone-marathon-20240822
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-fps/alephone-marathon-20240822
Or alternatively:
emerge --autounmask-write -a =games-fps/alephone-marathon-20240822
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20240822 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop
DESCRIPTION="Aleph One - Marathon (M1A1)"
HOMEPAGE="https://alephone.lhowon.org/"
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}"
}
games-fps/alephone
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Marathon-20240822-Data.zip | 26408514 bytes | https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20240822/Marathon--Data.zip |