summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Kevin Neumann <maddin081591@gmail.com>2015-08-22 13:02:40 +0200
committerMartin-Kevin Neumann <maddin081591@gmail.com>2015-09-09 18:17:59 +0200
commit5cd7fcb2cf3ace6b5497bd21b3da235880d0f447 (patch)
treeeed7df32956ddb3bcc8aa8f9fe33977c1d923a08 /games-action/minetest_game/minetest_game-0.4.13.ebuild
parentgame-action/minetest: Version bump to 0.4.13 (diff)
downloadgentoo-5cd7fcb2cf3ace6b5497bd21b3da235880d0f447.tar.gz
gentoo-5cd7fcb2cf3ace6b5497bd21b3da235880d0f447.tar.bz2
gentoo-5cd7fcb2cf3ace6b5497bd21b3da235880d0f447.zip
games-action/minetest_game: Version bump to 0.4.13
Diffstat (limited to 'games-action/minetest_game/minetest_game-0.4.13.ebuild')
-rw-r--r--games-action/minetest_game/minetest_game-0.4.13.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/games-action/minetest_game/minetest_game-0.4.13.ebuild b/games-action/minetest_game/minetest_game-0.4.13.ebuild
new file mode 100644
index 000000000000..b8f5fe015947
--- /dev/null
+++ b/games-action/minetest_game/minetest_game-0.4.13.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vcs-snapshot
+
+DESCRIPTION="The main game for the Minetest game engine"
+HOMEPAGE="http://github.com/minetest/minetest_game"
+SRC_URI="http://github.com/minetest/minetest_game/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=games-action/minetest-${PV}"
+
+src_install() {
+ insinto /usr/share/minetest/games/${PN}
+ doins -r mods menu
+ doins game.conf minetest.conf
+
+ dodoc README.txt game_api.txt
+}