{
 "app_id": "io.github.basshift.Recall",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.basshift.Recall/master/io.github.basshift.Recall.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:10:40.328968+00:00",
 "manifest": {
  "app-id": "io.github.basshift.Recall",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "recall",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "recall",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/rust-stable/bin",
     "env": {
      "CARGO_HOME": "/run/build/recall/cargo"
     }
    },
    "build-commands": [
     "cargo build --release --verbose --frozen --offline",
     "install -Dm755 target/release/recall /app/bin/recall",
     "install -Dm644 data/io.github.basshift.Recall.desktop /app/share/applications/io.github.basshift.Recall.desktop",
     "install -Dm644 data/io.github.basshift.Recall.metainfo.xml /app/share/metainfo/io.github.basshift.Recall.metainfo.xml",
     "install -Dm644 data/icons/hicolor/scalable/apps/io.github.basshift.Recall.svg /app/share/icons/hicolor/scalable/apps/io.github.basshift.Recall.svg",
     "install -Dm644 LICENSE /app/share/licenses/io.github.basshift.Recall/LICENSE"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/basshift/Recall.git",
      "commit": "6bd916dffa765e4be8bd8ea6fccc597d0fa14a29"
     }
    ]
   }
  ]
 }
}