{
 "app_id": "net.louib.panbuild",
 "source_url": "https://raw.githubusercontent.com/louib/panbuild/master/build-aux/net.louib.panbuild.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "20.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [],
 "module_count": 1,
 "fetched_at": "2026-09-18T08:38:12.992976+00:00",
 "manifest": {
  "app-id": "net.louib.panbuild",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "20.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin:/app/bin",
   "build-args": [
    "--share=network"
   ],
   "env": {
    "RUSTFLAGS": "--remap-path-prefix =../",
    "RUST_BACKTRACE": "1"
   }
  },
  "command": "panbuild",
  "tags": [],
  "cleanup": [],
  "modules": [
   {
    "name": "panbuild",
    "buildsystem": "simple",
    "build-commands": [
     "PANBUILD_INSTALL_DIR=/app/bin/ ./scripts/install.sh"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/louib/panbuild.git",
      "branch": "master"
     }
    ]
   }
  ]
 }
}