Install this version:
emerge -a =games-fps/the-dark-mod-bin-2.12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-fps/the-dark-mod-bin-2.12
Or alternatively:
emerge --autounmask-write -a =games-fps/the-dark-mod-bin-2.12
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.12 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Inspired by Thief on Doom 3 libre engine (id Tech 4)"
HOMEPAGE="
https://www.thedarkmod.com
https://en.wikipedia.org/wiki/The_Dark_Mod
"
SRC_URI="https://archive.org/download/the-dark-mod/the-dark-mod-$PV.tar.xz"
S="${WORKDIR}/the-dark-mod"
LICENSE="
GPL-3
CC-BY-NC-ND-3.0
"
SLOT="0"
KEYWORDS="~amd64"
QA_PREBUILT="*"
RESTRICT="strip"
DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
src_install() {
dodir /opt
dodir /usr/bin/
cp -r . "$ED/opt/$PN" || die
echo "cd /opt/$PN; ./thedarkmod.x64; cd -" > "$ED/usr/bin/$PN"
fperms +x "/usr/bin/$PN"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | the-dark-mod-2.12.tar.xz | 17263615692 bytes | https://archive.org/download/the-dark-mod/the-dark-mod-2.12.tar.xz |