{ "id": "io.github.hojjatabdollahi.day", "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": "day", "finish-args": [ "--socket=wayland", "--device=dri", "--filesystem=xdg-config/cosmic:rw", "--talk-name=com.system76.CosmicSettingsDaemon", "--talk-name=com.system76.CosmicSettingsDaemon.*", "--talk-name=org.freedesktop.Notifications", "--system-talk-name=org.freedesktop.timedate1", "--system-talk-name=org.freedesktop.login1" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/day/cargo" } }, "modules": [ { "name": "day", "buildsystem": "simple", "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml --verbose", "cargo --offline build --release --verbose", "install -Dm0755 ./target/release/day /app/bin/day", "install -Dm0644 ./res/io.github.hojjatabdollahi.day.desktop /app/share/applications/io.github.hojjatabdollahi.day.desktop", "install -Dm0644 ./res/io.github.hojjatabdollahi.day.metainfo.xml /app/share/metainfo/io.github.hojjatabdollahi.day.metainfo.xml", "install -Dm0644 ./res/icons/scalable/apps/io.github.hojjatabdollahi.day.svg /app/share/icons/hicolor/scalable/apps/io.github.hojjatabdollahi.day.svg" ], "sources": [ { "type": "git", "url": "https://github.com/hojjatabdollahi/day.git", "commit": "e1b2fd6b28032cf9d378e268d48cca3fc51ab383" }, "cargo-sources.json" ] } ] }