{ "id": "io.github.cosmic_utils.cosmic-ext-applet-clipboard-manager", "runtime": "org.freedesktop.Platform", "runtime-version": "25.08", "base": "com.system76.Cosmic.BaseApp", "base-version": "stable", "sdk": "org.freedesktop.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "cosmic-ext-applet-clipboard-manager", "finish-args": [ "--share=ipc", "--socket=wayland", "--filesystem=/run/user", "--talk-name=com.system76.CosmicSettingsDaemon", "--talk-name=com.system76.CosmicSettingsDaemon.*", "--filesystem=xdg-config/cosmic:rw" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/cosmic-ext-applet-clipboard-manager/cargo" } }, "modules": [ { "name": "cosmic-ext-applet-clipboard-manager", "buildsystem": "simple", "build-commands": [ "just build-release --verbose --offline", "just prefix=/app install" ], "sources": [ { "type": "git", "url": "https://github.com/cosmic-utils/clipboard-manager.git", "commit": "7d2c3789c6f63178074311ec804a1f194a3e4e0a" }, "cargo-sources.json" ] } ] }