[gnome-games/wip/aplazas/mrboom] flatpak: Add the libretro-mrboom core



commit ad7e3bdc50bdafafe3b0fc777b01545eaef255a2
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Nov 9 08:23:14 2017 +0100

    flatpak: Add the libretro-mrboom core

 flatpak/libretro-cores/libretro-mrboom.json |   14 ++++++++++++++
 flatpak/org.gnome.Games.json                |    1 +
 2 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/libretro-cores/libretro-mrboom.json b/flatpak/libretro-cores/libretro-mrboom.json
new file mode 100644
index 0000000..f16155b
--- /dev/null
+++ b/flatpak/libretro-cores/libretro-mrboom.json
@@ -0,0 +1,14 @@
+        {
+            "name": "libretro-mrboom",
+            "buildsystem": "simple",
+            "build-commands": [
+                "make PREFIX=/app",
+                "make install-libretro PREFIX=/app"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/Kekun/mrboom-libretro";
+                }
+            ]
+        }
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 5ddb3ea..ae13529 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -135,6 +135,7 @@
                 }
             ]
         },
+        "libretro-cores/libretro-mrboom.json",
         {
             "name": "gnome-games",
             "post-install": ["mkdir -p /app/lib/libretro/extra.d"],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]