Overlay/games-action/minetest_game/minetest_game-0.4.13.ebuild

26 lines
599 B
Bash
Raw Normal View History

2015-08-27 10:22:20 +03:00
# Copyright 2015 Julian Ospald <hasufell@posteo.de>
2015-07-22 13:20:54 +03:00
# Distributed under the terms of the GNU General Public License v2
2015-08-27 10:22:20 +03:00
# $Id$
2015-07-22 13:20:54 +03:00
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
}