{ "id": "io.github.lconst.keypeek", "runtime": "org.freedesktop.Platform", "runtime-version": "25.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "base": "com.system76.Cosmic.BaseApp", "base-version": "stable", "command": "keypeek-applet", "finish-args": [ "--socket=wayland", "--share=ipc", "--filesystem=xdg-config/cosmic:rw", "--filesystem=host:ro", "--talk-name=com.system76.CosmicSettingsDaemon" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/keypeek-applet/cargo" } }, "modules": [ { "name": "keypeek-applet", "buildsystem": "simple", "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml --verbose", "cargo --offline build --release --verbose", "install -Dm0755 ./target/release/keypeek-applet /app/bin/keypeek-applet", "install -Dm0644 ./resources/app.desktop /app/share/applications/io.github.l-const.keypeek.desktop", "install -Dm0644 ./resources/app.metainfo.xml /app/share/metainfo/io.github.l-const.keypeek.metainfo.xml", "install -Dm0644 ./resources/io.github.l-const.keypeek.svg /app/share/icons/hicolor/scalable/apps/io.github.l-const.keypeek.svg" ], "sources": [ { "type": "git", "url": "https://github.com/l-const/keypeek-applet.git", "tag": "v0.2.1" }, "./cargo-sources.json" ] } ] }