app-id: com.example.Acme runtime: org.freedesktop.Platform runtime-version: '21.08' sdk: org.freedesktop.Sdk command: acme modules: - name: acme buildsystem: simple build-commands: # builds inside a fake root - mkdir -p /app/bin - pwd - mv binary /app/bin/acme - chmod +x /app/bin/acme - install -Dm644 icon.svg /app/share/icons/hicolor/scalable/apps/com.example.Acme.svg - install -Dm644 com.example.Acme.desktop /app/share/applications/com.example.Acme.desktop - install -Dm644 com.example.Acme.metainfo.xml /app/share/appdata/com.example.Acme.metainfo.xml sources: - type: archive path: bundle.tar.gz - type: file path: com.example.Acme.desktop - type: file path: com.example.Acme.metainfo.xml - type: file path: icon.svg finish-args: - --share=ipc - --socket=x11 - --socket=fallback-x11 - --socket=wayland - --socket=system-bus - --share=network - --device=all - --filesystem=xdg-download - --talk-name=org.freedesktop.Notifications - --own-name=com.example.Acme