# Copyright 2018 Haelwenn (lanodan) Monnier # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils DESCRIPTION="rewrite of the jump-and-run platformer Doukutsu Monogatari(Cave Story)" HOMEPAGE="https://github.com/nxengine/nxengine-evo http://nxengine.sourceforge.net/" SRC_URI=" https://github.com/nxengine/nxengine-evo/archive/v${PV}.tar.gz -> ${P}.tar.gz https://www.cavestory.org/downloads/cavestoryen.zip " SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64" DEPENDS=" media-libs/libpng:= media-libs/libsdl2:= media-libs/sdl2-mixer:= media-libs/sdl2-ttf:= " src_compile() { cmake-utils_src_compile cp -r data/ "${WORKDIR}/CaveStory" cd "${WORKDIR}/CaveStory" ${S}/bin/extract } src_install() { newbin bin/extract nx-extract dobin bin/nx dodir /usr/share cp -r "${WORKDIR}/CaveStory/" "${ED}/usr/share/nxengine" }