{
 "app_id": "it.andreafontana.hideout",
 "source_url": "https://raw.githubusercontent.com/flathub/it.andreafontana.hideout/master/it.andreafontana.hideout.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:13:01.609708+00:00",
 "manifest": {
  "app-id": "it.andreafontana.hideout",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "hideout",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=home"
  ],
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.ldc",
   "org.freedesktop.Sdk.Extension.llvm20"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/ldc/bin:/usr/lib/sdk/llvm20/bin",
   "append-ld-library-path": "/usr/lib/sdk/ldc/lib:/usr/lib/sdk/llvm20/lib"
  },
  "modules": [
   {
    "name": "hideout",
    "buildsystem": "simple",
    "build-commands": [
     "echo \"0.9.13\" > data/VERSION",
     "rm -f dub.selections.json",
     "GID_VERSION=$(grep \"gid:adw1\" dub.sdl | sed -n 's/.*version=\"[^0-9.]*\\([0-9.]*\\)\".*/\\1/p') && dub add-local --system \"deps/gid\" \"$GID_VERSION\"",
     "dub build --build=release --d-version=Flatpak --skip-registry=all",
     "install -D hideout /app/bin/hideout",
     "install -D hideout_icon.svg /app/share/icons/hicolor/scalable/apps/it.andreafontana.hideout.svg",
     "install -D it.andreafontana.hideout.desktop /app/share/applications/it.andreafontana.hideout.desktop",
     "install -D data/it.andreafontana.hideout.metainfo.xml /app/share/metainfo/it.andreafontana.hideout.metainfo.xml",
     "install -D LICENSE /app/share/licenses/it.andreafontana.hideout/LICENSE"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/trikko/hideout.git",
      "tag": "v0.9.13"
     },
     {
      "type": "archive",
      "url": "https://github.com/Kymorphia/gid/archive/refs/tags/v0.9.9.tar.gz",
      "sha256": "5b177d8e02bba4096d5c24fc38bb3b39b99f23c8ce04736a3b93e2927eeb835e",
      "dest": "deps/gid",
      "strip-components": 1
     }
    ]
   }
  ]
 }
}