{
 "app_id": "org.lacsfoundation.LacsShell",
 "source_url": "https://raw.githubusercontent.com/lacs-foundation/sysknife/main/packaging/flatpak/org.lacsfoundation.LacsShell.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "47",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--share=network",
  "--filesystem=/run/sysknife:ro",
  "--env=SYSKNIFE_LISTEN_URI=unix:///run/sysknife/daemon.sock"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:52:36.144461+00:00",
 "manifest": {
  "app-id": "org.lacsfoundation.LacsShell",
  "runtime": "org.gnome.Platform",
  "runtime-version": "47",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "sysknife-shell",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--share=network",
   "--filesystem=/run/sysknife:ro",
   "--env=SYSKNIFE_LISTEN_URI=unix:///run/sysknife/daemon.sock"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/sysknife-shell/.cargo",
    "RUSTFLAGS": ""
   }
  },
  "modules": [
   {
    "name": "sysknife-shell",
    "buildsystem": "simple",
    "build-commands": [
     "cargo build --release --locked -p sysknife-shell",
     "install -Dm755 target/release/sysknife-shell /app/bin/sysknife-shell"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../../"
     },
     {
      "type": "file",
      "path": "cargo-sources.json",
      "dest": ".cargo",
      "dest-filename": "config.toml"
     }
    ]
   }
  ]
 }
}