diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-06-09 12:25:19 +0900 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-06-18 22:20:28 +0100 |
commit | d1206c0f992e970309c06520c45da2e32fc78bde (patch) | |
tree | 205fdcbc467366b6469b9758634e964a6f69dfc5 /games-fps/freedm | |
parent | games-fps/freedm-data: New package (diff) | |
download | gentoo-d1206c0f992e970309c06520c45da2e32fc78bde.tar.gz gentoo-d1206c0f992e970309c06520c45da2e32fc78bde.tar.bz2 gentoo-d1206c0f992e970309c06520c45da2e32fc78bde.zip |
games-fps/freedm: New package
Bug: https://bugs.gentoo.org/687674
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps/freedm')
-rw-r--r-- | games-fps/freedm/freedm-0.11.3.ebuild | 24 | ||||
-rw-r--r-- | games-fps/freedm/metadata.xml | 36 |
2 files changed, 60 insertions, 0 deletions
diff --git a/games-fps/freedm/freedm-0.11.3.ebuild b/games-fps/freedm/freedm-0.11.3.ebuild new file mode 100644 index 000000000000..342ceb06a7fe --- /dev/null +++ b/games-fps/freedm/freedm-0.11.3.ebuild @@ -0,0 +1,24 @@ +# 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 + games-engines/odamex + games-fps/doomsday + ) +" + +pkg_postinst() { + elog "If you are looking for a single-player focused game, please install games-fps/freedoom." +} diff --git a/games-fps/freedm/metadata.xml b/games-fps/freedm/metadata.xml new file mode 100644 index 000000000000..5a1b13afef99 --- /dev/null +++ b/games-fps/freedm/metadata.xml @@ -0,0 +1,36 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription lang="en"> + FreeDM is a fast-paced competitive deathmatch game, part of the Freedoom + project. Rather than the usual single-player focused levels, these + contain no monsters and are intended for deathmatch only. It is + compatible with mods for Doom II. + + The Freedoom project aims to create a complete free content first person + shooter game. But Freedoom by itself is just the raw material for a + game: it must be paired with a compatible game engine to be played. + + id Software released the source code to their classic game, Doom, under + the GNU General Public License. This means that the program code that + powers Doom is free; Freedoom complements this with free levels, + artwork, sound effects and music to make a completely free game. + </longdescription> + <maintainer type="person"> + <email>vilhelm.gray@gmail.com</email> + <name>William Breathitt Gray</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/freedoom/freedoom/issues</bugs-to> + <doc lang="en">https://freedoom.github.io</doc> + <remote-id type="github">freedoom/freedoom</remote-id> + </upstream> +</pkgmetadata> |