{ "id": "com.flufflesamy.AlterEgoTools", "runtime": "org.gnome.Platform", "runtime-version": "50", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command": "alter-ego-tools", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--env=RUST_LOG=alter_ego_tools=info", "--env=G_MESSAGES_DEBUG=none" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "build-args": [ "--share=network" ], "env": { "CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse" }, "test-args": [ "--socket=x11", "--socket=wayland", "--share=network" ] }, "modules": [ { "name": "alter-ego-tools", "buildsystem": "meson", "run-tests": true, "config-opts": [ "-Dprofile=default" ], "sources": [ { "type": "git", "url": "https://github.com/flufflesamy/alter-ego-tools.git", "tag": "v0.2.0" } ] } ] }