{
 "app_id": "io.github.philipk.boilr",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.philipk.boilr/master/io.github.philipk.boilr.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=~/.var/app/net.lutris.Lutris:ro",
  "--filesystem=xdg-data/Steam",
  "--filesystem=~/.var/app/com.valvesoftware.Steam",
  "--filesystem=~/GOG Games:ro",
  "--filesystem=~/.config/heroic",
  "--filesystem=/run/media:ro",
  "--filesystem=~/.config/legendary:ro",
  "--filesystem=~/Games/Heroic:ro",
  "--filesystem=~/.steam",
  "--filesystem=xdg-data/lutris:ro",
  "--filesystem=~/.var/app/com.heroicgameslauncher.hgl:ro",
  "--filesystem=~/.config/itch:ro",
  "--filesystem=xdg-data/flatpak:ro",
  "--talk-name=org.freedesktop.Flatpak"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:11:56.654466+00:00",
 "manifest": {
  "app-id": "io.github.philipk.boilr",
  "command": "boilr",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/boilr/cargo",
    "RUSTFLAGS": "-L /app/lib/"
   }
  },
  "finish-args": [
   "--filesystem=~/.config/legendary:ro",
   "--filesystem=~/.config/heroic",
   "--filesystem=xdg-data/Steam:rw",
   "--filesystem=~/.steam:rw",
   "--filesystem=~/.var/app/com.valvesoftware.Steam:rw",
   "--filesystem=xdg-data/lutris:ro",
   "--filesystem=~/.var/app/net.lutris.Lutris:ro",
   "--filesystem=~/Games/Heroic:ro",
   "--filesystem=~/.var/app/com.heroicgameslauncher.hgl:ro",
   "--filesystem=~/.config/itch:ro",
   "--filesystem=~/GOG Games:ro",
   "--filesystem=/run/media:ro",
   "--talk-name=org.freedesktop.Flatpak",
   "--filesystem=xdg-data/flatpak:ro",
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "boilr",
    "buildsystem": "simple",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/PhilipK/BoilR",
      "commit": "f41187a4c2bf5328fdfeeaeeda345631057b1312"
     },
     "cargo-lock.json"
    ],
    "build-commands": [
     "install -Dm644 ./resources/io.github.philipk.boilr.png -t /app/share/icons/hicolor/32x32/apps",
     "install -Dm644 ./resources/64/io.github.philipk.boilr.png -t /app/share/icons/hicolor/64x64/apps",
     "install -Dm644 ./resources/128/io.github.philipk.boilr.png -t /app/share/icons/hicolor/128x128/apps",
     "install -Dm644 ./resources/256/io.github.philipk.boilr.png -t /app/share/icons/hicolor/256x256/apps",
     "install -Dm644 ./flatpak/io.github.philipk.boilr.desktop -t /app/share/applications/",
     "install -Dm644 ./flatpak/io.github.philipk.boilr.appdata.xml -t /app/share/metainfo/",
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --release --verbose --features flatpak",
     "install -Dm755 ./target/release/boilr -t /app/bin/"
    ]
   }
  ]
 }
}