{
 "app_id": "dev.gfd.meshtui",
 "source_url": "https://raw.githubusercontent.com/PeterGrace/meshtui/main/dev.gfd.meshtui.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--device=all"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:04:45.703220+00:00",
 "manifest": {
  "app-id": "dev.gfd.meshtui",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "meshtui",
  "finish-args": [
   "--share=network",
   "--device=all"
  ],
  "modules": [
   {
    "name": "meshtui",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/rust-stable/bin",
     "env": {
      "CARGO_HOME": "/run/build/meshtui/cargo",
      "RUSTFLAGS": "-C target-feature=-crt-static"
     }
    },
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --release --manifest-path Cargo.toml",
     "install -Dm755 target/x86_64-unknown-linux-gnu/release/meshtui /app/bin/meshtui"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}