1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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/