commit: 48a8bf174e614104a3a086e13ec307a8566bb181
parent 129ff3ce2cff6f8916665f72a4668f436e91b94d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 15 Jan 2023 08:50:41 +0100
games-engines/brux-gdk: new package, add 9999
Diffstat:
1 file changed, 29 insertions(+), 0 deletions(-)
diff --git a/games-engines/brux-gdk/brux-gdk-9999.ebuild b/games-engines/brux-gdk/brux-gdk-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="Free runtime and development kit using SDL and Squirrel"
+HOMEPAGE="https://github.com/KelvinShadewing/brux-gdk"
+EGIT_REPO_URI="https://github.com/lanodan/brux-gdk"
+S="${WORKDIR}/${P}/rte"
+LICENSE="AGPL-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-lang/squirrel
+ media-libs/libsdl2
+ media-libs/sdl2-image
+ media-libs/sdl2-gfx
+ media-libs/sdl2-mixer
+ media-libs/sdl2-net
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ einstalldocs
+ dobin bin/brux
+}