summaryrefslogtreecommitdiff
path: root/games-fps/freedoom/freedoom-0.11.3-r2.ebuild
blob: 0006bb365ced49ad41dd22edcd6590a5ba759984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A complete free-content single-player focused game based on the Doom engine"
HOMEPAGE="https://freedoom.github.io"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	~games-fps/freedoom-data-${PV}
	|| (
		games-fps/gzdoom[nonfree(+)]
		games-engines/odamex
		games-fps/doomsday
		games-fps/prboom-plus
	)
"

pkg_postinst() {
	elog "If you are looking for a multiplayer-focused deathmatch game, please install games-fps/freedm."
}