{
 "app_id": "com.trougnouf.Cfait",
 "source_url": "https://raw.githubusercontent.com/flathub/com.trougnouf.Cfait/master/com.trougnouf.Cfait.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--talk-name=org.freedesktop.Notifications"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:09:00.333883+00:00",
 "manifest": {
  "app-id": "com.trougnouf.Cfait",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "cfait-gui",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--share=network",
   "--device=dri",
   "--talk-name=org.freedesktop.Notifications"
  ],
  "modules": [
   {
    "name": "cfait",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/rust-stable/bin",
     "env": {
      "CARGO_HOME": "/run/build/cfait/cargo",
      "AWS_LC_SYS_NO_JITTER_ENTROPY": "1"
     }
    },
    "build-commands": [
     "cargo --offline build --release --verbose --features tui",
     "cargo --offline build --release --verbose --features gui --bin cfait-gui",
     "install -Dm755 target/release/cfait -t /app/bin/",
     "install -Dm755 target/release/cfait-gui /app/bin/cfait-gui",
     "desktop-file-edit --set-icon=com.trougnouf.Cfait assets/cfait.desktop",
     "install -Dm644 assets/cfait.desktop /app/share/applications/com.trougnouf.Cfait.desktop",
     "install -Dm644 assets/cfait.svg /app/share/icons/hicolor/scalable/apps/com.trougnouf.Cfait.svg",
     "install -Dm644 assets/com.trougnouf.Cfait.metainfo.xml /app/share/metainfo/com.trougnouf.Cfait.metainfo.xml"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://git.disroot.org/trougnouf/cfait",
      "commit": "928a9f1fc1019457a7044704e9b78ddf961cdf3e",
      "x-checker-data": {
       "type": "git",
       "url": "https://git.disroot.org/trougnouf/cfait",
       "tag-pattern": "^v([\\d.]+)$"
      },
      "tag": "v1.1.8"
     },
     "cargo-sources.yml"
    ]
   }
  ]
 }
}