{ "app-id": "org.flatpak.quickstart", "runtime": "org.gnome.Platform", "runtime-version": "45", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.swift5" ], "command": "quickstart", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri" ], "build-options": { "append-path": "/usr/lib/sdk/swift5/bin", "prepend-ld-library-path": "/usr/lib/sdk/swift5/lib" }, "modules": [ { "name": "quickstart", "buildsystem": "simple", "sources": [ { "type": "dir", "path": "." }, "generated-sources.json" ], "build-commands": [ "./setup-offline.sh", "swift build -c release --static-swift-stdlib --skip-update", "install -Dm755 .build/release/quickstart /app/bin/quickstart" ] } ] }