{ "app-id": "io.github.AparokshaUI.Demo", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.swift6" ], "command": "Demo", "finish-args": [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "build-options": { "append-path": "/usr/lib/sdk/swift6/bin", "prepend-ld-library-path": "/usr/lib/sdk/swift6/lib" }, "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "/share/vala", "*.la", "*.a" ], "modules": [ { "name": "Demo", "builddir": true, "buildsystem": "simple", "sources": [ { "type": "dir", "path": "." } ], "build-commands": [ "swift build -c debug --static-swift-stdlib", "install -Dm755 .build/debug/Demo /app/bin/Demo", "swiftlint" ] } ] }