From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-engines/nxengine-evo/
Date: Sat, 6 Mar 2021 05:13:55 +0000 (UTC) [thread overview]
Message-ID: <1615007322.364bd364a4349755fa8217246b04adec4a9cfc92.lanodan@gentoo> (raw)
commit: 364bd364a4349755fa8217246b04adec4a9cfc92
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Mar 6 04:48:19 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Mar 6 05:08:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=364bd364
games-engines/nxengine-evo: New Package
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
games-engines/nxengine-evo/Manifest | 2 ++
games-engines/nxengine-evo/metadata.xml | 11 ++++++
.../nxengine-evo/nxengine-evo-2.6.4.ebuild | 39 ++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/games-engines/nxengine-evo/Manifest b/games-engines/nxengine-evo/Manifest
new file mode 100644
index 00000000..9f912b59
--- /dev/null
+++ b/games-engines/nxengine-evo/Manifest
@@ -0,0 +1,2 @@
+DIST cavestoryen.zip 1136575 BLAKE2B 9f9ee10099b26677f905074ba14dfe858ead679ecec4dc0154d5f8ad8d616c0c99750c685a33b3445fbf6d4bcb04f561866d1b9d8d6b457bd1cee45673c0db6f SHA512 9c7c2c6c8114974df14b1dce379b86da48caf299716e1de3d743e47c3ac6a8c13c4a0ada85778e69f11c2428f991dcbfcb0020212279f9c1787260102988cbc3
+DIST nxengine-evo-2.6.4.tar.gz 3329255 BLAKE2B af72d2de83c01e24bea2487fe84cad67e4d031e9f3afa803691032c87bae515a6f1f636ab5abb12c64ba8a981a67aa59c68abcaad7d1120321e68a04c8da72db SHA512 e931d6ea6a726edecc75223139dd0a4b1eef840eca599b74146a98b7aa34f38dc5c627d3c65dd25ac23ce86531ce0a3a06a30814256743c035955c69641cae65
diff --git a/games-engines/nxengine-evo/metadata.xml b/games-engines/nxengine-evo/metadata.xml
new file mode 100644
index 00000000..7a4215dd
--- /dev/null
+++ b/games-engines/nxengine-evo/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>contact@hacktivis.me</email>
+ <name>Haelwenn (lanodan) Monnier</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">nxengine/nxengine-evo</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/games-engines/nxengine-evo/nxengine-evo-2.6.4.ebuild b/games-engines/nxengine-evo/nxengine-evo-2.6.4.ebuild
new file mode 100644
index 00000000..9fcf783a
--- /dev/null
+++ b/games-engines/nxengine-evo/nxengine-evo-2.6.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2018-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+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_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"
+}
next reply other threads:[~2021-03-06 5:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-06 5:13 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-28 10:17 [gentoo-commits] repo/proj/guru:dev commit in: games-engines/nxengine-evo/ Andrew Ammerlaan
2021-04-13 11:53 Andrew Ammerlaan
2024-01-11 8:03 Esteve Varela Colominas
2024-08-20 15:08 Takuya Wakazono
2024-08-20 15:08 Takuya Wakazono
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1615007322.364bd364a4349755fa8217246b04adec4a9cfc92.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox