{ "id": "io.github.petar030.cosmic-pomodoro", "runtime": "org.freedesktop.Platform", "runtime-version": "25.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command": "cosmic-pomodoro", "finish-args": [ "--socket=wayland", "--filesystem=xdg-config/cosmic:rw", "--talk-name=com.system76.CosmicSettingsDaemon", "--talk-name=org.freedesktop.Notifications", "--device=dri", "--socket=pulseaudio" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/cosmic-pomodoro/cargo" } }, "modules": [ { "name": "cosmic-pomodoro", "buildsystem": "simple", "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml --verbose", "cargo --offline build --release --verbose", "install -Dm0755 ./target/release/cosmic-pomodoro /app/bin/cosmic-pomodoro", "install -Dm0644 ./resources/app.desktop /app/share/applications/io.github.petar030.cosmic-pomodoro.desktop", "install -Dm0644 ./resources/app.metainfo.xml /app/share/metainfo/io.github.petar030.cosmic-pomodoro.metainfo.xml", "install -Dm0644 ./resources/icon.svg /app/share/icons/hicolor/scalable/apps/io.github.petar030.cosmic-pomodoro.svg", "install -Dm0644 ./resources/icon-symbolic.svg /app/share/icons/hicolor/symbolic/apps/io.github.petar030.cosmic-pomodoro-symbolic.svg", "install -Dm0644 ./resources/icon-128.png /app/share/icons/hicolor/128x128/apps/io.github.petar030.cosmic-pomodoro.png", "install -Dm0644 ./resources/sounds/cosmic-pomodoro-notification.wav /app/share/sounds/cosmic-pomodoro/cosmic-pomodoro-notification.wav" ], "sources": [ { "type": "git", "url": "https://github.com/petar030/cosmic-pomodoro.git", "commit": "3495c5d9c5173a567bd9207d531687df0c5c0f9b" }, "cargo-sources.json" ] } ] }