{
 "app_id": "io.github.mstroecker.LinuxPods",
 "source_url": "https://raw.githubusercontent.com/mstroecker/LinuxPods/main/build-aux/flatpak/io.github.mstroecker.LinuxPods.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--allow=bluetooth",
  "--share=network",
  "--system-talk-name=org.bluez",
  "--talk-name=org.kde.StatusNotifierWatcher"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:55:44.821731+00:00",
 "manifest": {
  "app-id": "io.github.mstroecker.LinuxPods",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "linuxpods",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--allow=bluetooth",
   "--share=network",
   "--system-talk-name=org.bluez",
   "--talk-name=org.kde.StatusNotifierWatcher"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/linuxpods/cargo"
   },
   "build-args": [
    "--share=network"
   ]
  },
  "modules": [
   {
    "name": "linuxpods",
    "buildsystem": "simple",
    "build-commands": [
     "cargo build --release --locked",
     "install -Dm755 target/release/linuxpods /app/bin/linuxpods",
     "install -Dm644 assets/icons/hicolor/scalable/apps/io.github.mstroecker.LinuxPods.svg /app/share/icons/hicolor/scalable/apps/io.github.mstroecker.LinuxPods.svg",
     "install -Dm644 assets/icons/hicolor/symbolic/apps/io.github.mstroecker.LinuxPods-symbolic.svg /app/share/icons/hicolor/symbolic/apps/io.github.mstroecker.LinuxPods-symbolic.svg"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../..",
      "skip": [
       "target",
       ".git",
       ".flatpak-builder",
       "build-aux/flatpak/build"
      ]
     }
    ]
   }
  ]
 }
}