{
 "app_id": "com.digitalgex.RustDiff",
 "source_url": "https://raw.githubusercontent.com/flathub/com.digitalgex.RustDiff/master/com.digitalgex.RustDiff.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:07:14.087836+00:00",
 "manifest": {
  "app-id": "com.digitalgex.RustDiff",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "rustdiff",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/rustdiff/cargo"
   }
  },
  "modules": [
   {
    "name": "rustdiff",
    "buildsystem": "simple",
    "build-commands": [
     "cargo --offline build --release --manifest-path Cargo.toml --verbose",
     "install -Dm755 ./target/release/rustdiff /app/bin/rustdiff",
     "install -Dm644 ./data/com.digitalgex.RustDiff.desktop -t /app/share/applications",
     "install -Dm644 ./data/com.digitalgex.RustDiff.metainfo.xml -t /app/share/metainfo",
     "install -Dm644 ./data/icons/com.digitalgex.RustDiff.svg -t /app/share/icons/hicolor/scalable/apps"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/jereok91/rustdiff.git",
      "tag": "v0.4.0",
      "commit": "8a8f352b2900450c71667dd20a87c73a775f4d5c"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}