app-id: net.iotib.Pong branch: '0.2' appdata-license: 'GPL-3.0-only' runtime: org.freedesktop.Platform runtime-version: '21.08' sdk: org.freedesktop.Sdk command: flatpak_launch.sh modules: - name: Pong buildsystem: simple build-commands: - make -C raylib/src clean - make -C raylib/src - make - mkdir -pv /app/Pong - mkdir -pv /app/bin - install -Dvm755 bin/*/Pong /app/Pong/pong - install -Dvm755 src/flatpak_launch.sh /app/bin/flatpak_launch.sh - cp -rv resources /app/Pong/ sources: - type: file path: Makefile - type: file path: Pong.make - type: dir path: src dest: src - type: dir path: resources dest: resources - type: dir path: raylib dest: raylib finish-args: - --socket=x11 - --device=dri - --share=ipc - --socket=pulseaudio - --socket=wayland