{
 "app_id": "org.gnostr.Client",
 "source_url": "https://raw.githubusercontent.com/chebizarro/nostrc/master/apps/gnostr/flatpak/org.gnostr.Client.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "46",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:05:48.393721+00:00",
 "manifest": {
  "app-id": "org.gnostr.Client",
  "runtime": "org.gnome.Platform",
  "runtime-version": "46",
  "sdk": "org.gnome.Sdk",
  "command": "gnostr",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "nostrc",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../.."
     }
    ],
    "build-commands": [
     "cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release",
     "cmake --build build -j --target gnostr",
     "DESTDIR=\"${FLATPAK_DEST}\" cmake --install build",
     "install -Dm755 build/apps/gnostr/gnostr /app/bin/gnostr",
     "install -Dm644 apps/gnostr/data/icons/hicolor/scalable/apps/org.gnostr.Client.svg /app/share/icons/hicolor/scalable/apps/org.gnostr.Client.svg || true",
     "install -Dm644 apps/gnostr/packaging/appimage/gnostr.desktop /app/share/applications/gnostr.desktop"
    ]
   }
  ]
 }
}