{ "id": "com.github.codevardhan.caffeine-applet", "runtime": "org.freedesktop.Platform", "runtime-version": "24.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "base": "com.system76.Cosmic.BaseApp", "base-version": "stable", "command": "caffeine-applet", "finish-args": [ "--socket=wayland", "--share=ipc", "--device=dri", "--system-talk-name=org.freedesktop.login1" ], "modules": [ { "name": "caffeine-applet", "buildsystem": "simple", "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/caffeine-applet/cargo", "CARGO_NET_OFFLINE": "true" } }, "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml --verbose", "cargo build --offline --release", "install -Dm0755 target/release/caffeine-applet ${FLATPAK_DEST}/bin/caffeine-applet", "install -Dm0644 resources/app.desktop ${FLATPAK_DEST}/share/applications/com.github.codevardhan.caffeine-applet.desktop", "install -Dm0644 resources/app.metainfo.xml ${FLATPAK_DEST}/share/metainfo/com.github.codevardhan.caffeine-applet.metainfo.xml", "install -Dm0644 resources/icons/hicolor/scalable/apps/coffee-full.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/com.github.codevardhan.caffeine-applet.svg", "install -Dm0644 resources/icons/hicolor/scalable/apps/coffee-full.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/com.github.codevardhan.caffeine-applet.On.svg", "install -Dm0644 resources/icons/hicolor/scalable/apps/coffee-empty.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/com.github.codevardhan.caffeine-applet.Off.svg" ], "sources": [ { "type": "git", "url": "https://github.com/codevardhan/caffeine-applet.git", "tag": "v0.1.0" }, "./cargo-sources.json" ] } ] }