app-id: com.kangaroopunch.JoeyDev runtime: org.freedesktop.Platform runtime-version: '22.08' sdk: org.freedesktop.Sdk command: joeydev modules: - name: joeydev buildsystem: cmake-ninja sources: - type: dir path: include dest: include - type: dir path: src dest: src - type: dir path: thirdparty dest: thirdparty - type: dir path: ui dest: ui - type: dir path: tools dest: tools - type: file path: buildDeps.sh - type: file path: CMakeLists.txt - name: desktop buildsystem: simple build-commands: - install -Dm755 com.kangaroopunch.JoeyDev.desktop -t /app/share/applications - install -Dm644 icon.png /app/share/icons/hicolor/128x128/com.kangaroopunch.JoeyDev.png sources: - type: file path: com.kangaroopunch.JoeyDev.desktop - type: file path: icon.png finish-args: - --share=ipc - --socket=fallback-x11 - --socket=wayland - --filesystem=host - --share=network - --device=dri