{ "$schema": "https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json", "id": "io.vulpapps.Chronomancer", "runtime": "org.freedesktop.Platform", "runtime-version": "24.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "chronomancer", "finish-args": [ "--share=ipc", "--socket=wayland", "--socket=fallback-x11", "--device=dri", "--talk-name=org.freedesktop.Notifications", "--system-talk-name=org.freedesktop.login1", "--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/chronomancer/cargo" } }, "modules": [ { "name": "chronomancer", "buildsystem": "simple", "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml", "cargo --offline build --release", "install -Dm755 target/release/chronomancer -t /app/bin/", "install -Dm644 resources/io.vulpapps.Chronomancer.desktop -t /app/share/applications/", "install -Dm644 resources/io.vulpapps.Chronomancer.metainfo.xml -t /app/share/metainfo/", "install -Dm644 resources/icons/hicolor/scalable/apps/hourglass.svg /app/share/icons/hicolor/scalable/apps/io.vulpapps.Chronomancer.svg", "install -Dm644 resources/icons/hicolor/scalable/apps/io.vulpapps.Chronomancer-eye.svg -t /app/share/icons/hicolor/scalable/apps/", "install -Dm644 resources/icons/hicolor/scalable/apps/io.vulpapps.Chronomancer-stay-awake.svg -t /app/share/icons/hicolor/scalable/apps/" ], "sources": [ { "type": "git", "url": "https://github.com/kit-foxboy/chronomancer.git", "commit": "829443d0c84dccc877ed3e8a5cc0c8d66f10cb11" }, "cargo-sources.json" ] } ] }