{ "id": "io.github.otaxhu.MQTTy.Devel", "runtime": "org.gnome.Platform", "runtime-version": "48", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command": "MQTTy", "finish-args": [ "--share=ipc", "--share=network", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--env=RUST_LOG=MQTTy=debug", "--env=G_MESSAGES_DEBUG=none", "--env=RUST_BACKTRACE=1" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "build-args": [ "--share=network" ], "test-args": [ "--socket=x11", "--share=network" ] }, "modules": [ { "name": "blueprint-compiler", "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/blueprint-compiler", "tag": "v0.16.0" } ] }, { "name": "sass", "buildsystem": "simple", "build-commands": [ "cp -r * ${FLATPAK_DEST}/bin/", "chmod +x ${FLATPAK_DEST}/bin/sass" ], "sources": [ { "type": "archive", "url": "https://github.com/sass/dart-sass/releases/download/1.86.0/dart-sass-1.86.0-linux-x64.tar.gz", "sha256": "da73e0c544081ed23ce4ec66b1238cbc9a5b80ddfcbde2be41025f3cef40aae6" } ] }, { "name": "MQTTy", "buildsystem": "meson", "run-tests": true, "config-opts": [ "-Dprofile=development" ], "sources": [ { "type": "dir", "path": "../" } ] } ] }