app-id: net.iotib.Pong runtime: org.freedesktop.Platform runtime-version: '21.08' sdk: org.freedesktop.Sdk command: /app/Pong/Pong modules: - name: Pong buildsystem: simple build-commands: - make - mkdir -p /app/Pong - cp -r resources /app/Pong - install -Dm755 Pong /app/Pong/Pong sources: - type: file path: Makefile - type: dir path: src/ - type: dir path: resources/