games-fps/the-dark-mod-bin - 2.12 (guru)

Search

Install

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

Package Information

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
License:
GPL-3 CC-BY-NC-ND-3.0

Ebuild Details

Version EAPI Keywords Slot
2.12 8 ~amd64 0
View Raw Ebuild
# 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"
}

Dependencies

DEPEND

x11-libs/libX11

RDEPEND

x11-libs/libX11

Manifest for 2.12

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