{ "id": "com.vixalien.muzika.Devel", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.node20" ], "tags": [ "nightly" ], "build-options": { "append-path": "/usr/lib/sdk/node20/bin:/app/bin" }, "command": "com.vixalien.muzika.Devel", "finish-args": [ "--share=ipc", "--share=network", "--device=dri", "--socket=wayland", "--socket=pulseaudio", "--socket=fallback-x11", "--env=GJS_DISABLE_JIT=1", "--own-name=org.mpris.MediaPlayer2.Muzika", "--talk-name=org.freedesktop.secrets" ], "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a", "/yarn-mirror" ], "modules": [ "modules/blueprint-compiler.json", "modules/libportal.json", "modules/yarn-deps.json", { "name": "muzika", "buildsystem": "meson", "config-opts": [ "-Dyarnrc=/app/.yarnrc", "-Dprofile=development" ], "run-tests": true, "sources": [ { "type": "git", "path": "../..", "branch": "HEAD" } ] } ] }