app-id: io.github.erick194.doomrpg-re runtime: org.freedesktop.Platform runtime-version: &runtime-version '25.08' x-gl-version: &gl-version '1.4' x-gl-versions: &gl-versions 25.08;1.4 sdk: org.freedesktop.Sdk command: io.github.erick194.doomrpg-re.sh finish-args: - --share=ipc - --socket=wayland - --socket=fallback-x11 - --socket=pulseaudio - --device=all - --allow=bluetooth build-options: strip: true no-debuginfo: true modules: - ../shared-modules/linux-audio/fluidsynth2.json - name: doomrpg buildsystem: cmake-ninja # config-opts: # - -DCMAKE_CXX_FLAGS=-fanalyzer # - -DCMAKE_CXX_FLAGS=-fsanitize=address sources: - type: git url: https://github.com/erick194/doomrpg-re commit: 8ff35da34478170eb3c9d42604184f1174b4558c x-checker-data: type: json url: https://api.github.com/repos/erick194/doomrpg-re/branches/main commit-query: .commit.sha - type: patch path: io.github.erick194.doomrpg-re.cmake-install.patch - type: patch path: pr15.patch - type: file path: io.github.erick194.doomrpg-re.sh - type: file path: io.github.erick194.doomrpg-re.png - type: file path: io.github.erick194.doomrpg-re.metainfo.xml - type: file path: io.github.erick194.doomrpg-re.desktop post-install: - mkdir -p /app/share/metainfo /app/share/icons/hicolor/256x256/apps /app/share/applications - install -m 644 -t /app/share/metainfo/ io.github.erick194.doomrpg-re.metainfo.xml - install -m 644 -t /app/share/icons/hicolor/256x256/apps/ io.github.erick194.doomrpg-re.png - install -m 644 -t /app/share/applications/ io.github.erick194.doomrpg-re.desktop - install -m 755 -t /app/bin/ io.github.erick194.doomrpg-re.sh