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/quake3-excessiveplus/quake3-excessiveplus-2.3.eb...

23 lines
518 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MOD_DESC="Makes the weapons much faster and stronger"
MOD_NAME="Excessive Plus"
MOD_DIR="excessiveplus"
MOD_ICON="excessiveplus.ico"
inherit games games-mods
HOMEPAGE="https://www.excessiveplus.net"
SRC_URI="https://www.excessiveplus.net/files/release/xp-${PV}.zip"
LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated opengl"
src_prepare() {
rm -f *.bat
rm -rf ${MOD_DIR}/tools
}