You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild

37 lines
832 B

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MOD_DESC="Green slimeballs mod for kids"
MOD_NAME="Chex Trek: Beyond the Quest"
MOD_DIR="chextrek"
MOD_ICON="flem.ico"
inherit games-mods
HOMEPAGE="https://www.moddb.com/mods/chex-trek-beyond-the-quest"
SRC_URI="chextrek_beta_${PV/.}.zip"
LICENSE="GameFront"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated opengl"
RESTRICT="fetch bindist"
pkg_nofetch() {
elog "Please download ${SRC_URI} from:"
elog "https://www.moddb.com/mods/chex-trek-beyond-the-quest/downloads/chex-trek-beta-052"
elog "and move it to your DISTDIR directory."
}
src_prepare() {
mv -f chextrek_beta* ${MOD_DIR} || die
}
pkg_postinst() {
games-mods_pkg_postinst
elog "Press 'E' to open doors in the game."
elog "Press 'M' to toggle the map."
}