games-fps/freedoom: Version bump to 0.12.1
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Mon, 4 Nov 2019 00:07:36 +0000 (19:07 -0500)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 7 Nov 2019 21:24:47 +0000 (21:24 +0000)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-fps/freedoom/freedoom-0.12.1.ebuild [new file with mode: 0644]

diff --git a/games-fps/freedoom/freedoom-0.12.1.ebuild b/games-fps/freedoom/freedoom-0.12.1.ebuild
new file mode 100644 (file)
index 0000000..b9f2e76
--- /dev/null
@@ -0,0 +1,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 ~arm ~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, consider games-fps/freedm."
+}