Skip to content

Commit

Permalink
games-fps/freedm: Version bump to 0.12.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <[email protected]>
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
vilhelmgray authored and chewi committed Nov 7, 2019
1 parent ea16759 commit 6f22580
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions games-fps/freedm/freedm-0.12.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A 32-level game designed for competitive deathmatch play."
HOMEPAGE="https://freedoom.github.io"

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

RDEPEND="
~games-fps/freedm-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 single-player focused game, consider games-fps/freedoom."
}

0 comments on commit 6f22580

Please sign in to comment.