{
 "app_id": "com.github.ilai_deutel.kibi",
 "source_url": "https://raw.githubusercontent.com/flathub/com.github.ilai_deutel.kibi/master/com.github.ilai_deutel.kibi.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--filesystem=/var/tmp",
  "--filesystem=/tmp",
  "--filesystem=host"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:07:39.955318+00:00",
 "manifest": {
  "app-id": "com.github.ilai_deutel.kibi",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "kibi",
  "rename-desktop-file": "kibi.desktop",
  "rename-icon": "logo",
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/kibi/cargo"
   }
  },
  "finish-args": [
   "--filesystem=host",
   "--filesystem=/tmp",
   "--filesystem=/var/tmp"
  ],
  "modules": [
   {
    "name": "kibi",
    "buildsystem": "simple",
    "build-commands": [
     "cargo --offline fetch --manifest-path 'Cargo.toml' --verbose",
     "cargo --offline build --release --locked --verbose",
     "install -Dm755 'target/release/kibi' --target-directory '/app/bin'",
     "install -Dm644 'config_example.ini' '/app/etc/kibi/config.ini'",
     "install -Dm644 syntax.d/* -t '/app/share/kibi/syntax.d'",
     "install -Dm644 'kibi.desktop' -t '/app/share/applications'",
     "install -Dm644 'com.github.ilai_deutel.kibi.metainfo.xml' -t '/app/share/metainfo/'",
     "install -Dm644 'assets/logo.svg' -t '/app/share/icons/hicolor/scalable/apps/'"
    ],
    "test-commands": [
     "cargo --offline test --release --locked --verbose"
    ],
    "sources": [
     "cargo-sources.json",
     {
      "type": "archive",
      "url": "https://github.com/ilai-deutel/kibi/archive/v0.3.2/kibi-0.3.2.tar.gz",
      "sha256": "150fde4664ebe47a4c588cf8ff2583392c76038339982a7180ee9282ce6c3cf2"
     },
     {
      "type": "file",
      "path": "com.github.ilai_deutel.kibi.metainfo.xml"
     },
     {
      "type": "patch",
      "path": "kibi.desktop.patch"
     },
     {
      "type": "patch",
      "path": "Cargo.toml.patch"
     }
    ]
   }
  ]
 }
}