From 577cc77eeb48fe0cba113009bfc8b9459c76207a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 27 Apr 2022 15:46:14 +0900 Subject: [PATCH] MELONDS: added --- net.retrodeck.retrodeck.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index c1110a1a..e4200eaf 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -717,6 +717,36 @@ modules: # XEMU - END + # MELONDS - START + # https://github.com/flathub/net.kuribo64.melonDS + # ちっちゃい、かわいい! + + - name: libslirp + buildsystem: meson + sources: + - type: git + url: https://gitlab.freedesktop.org/slirp/libslirp.git + tag: v4.4.0 + - name: melonds + buildsystem: cmake-ninja + builddir: true + build-options: + arch: + aarch64: + config-opts: + - -DENABLE_OGLRENDERER=OFF + build-commands: + - install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml + sources: + - type: git + url: https://github.com/Arisotura/melonDS.git + commit: cce9de5ee1f51e906a644922b2ada6644d81287a + - type: file + path: net.kuribo64.melonDS.appdata.xml + + # MELONDS - END + + # External manifests end