{
 "app_id": "com.github.C0m3b4ck.ShelfSight",
 "source_url": "https://raw.githubusercontent.com/C0m3b4ck/ShelfSight/main/flatpak/com.github.C0m3b4ck.ShelfSight.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.7",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--filesystem=home"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-21T19:41:12.354775+00:00",
 "manifest": {
  "app-id": "com.github.C0m3b4ck.ShelfSight",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.7",
  "sdk": "org.kde.Sdk",
  "command": "ShelfSight",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "libsodium",
    "buildsystem": "autotools",
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/jedisct1/libsodium/releases/download/1.0.20-RELEASE/libsodium-1.0.20.tar.gz",
      "sha256": "ebb65ef6ca439333c2bb41a0c1990587288da07f6c7fd07cb3a18cc18d30ce19"
     }
    ]
   },
   {
    "name": "sqlitecpp",
    "buildsystem": "qmake",
    "config-opts": [
     "CONFIG+=release"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../src/sqlitecpp"
     }
    ]
   },
   {
    "name": "shelvesight",
    "buildsystem": "simple",
    "build-commands": [
     "sed -i 's|target.path = /opt/$${TARGET}/bin|target.path = /bin|' app.pro",
     "qmake6 app.pro CONFIG+=release",
     "make -j$FLATPAK_BUILDER_N_JOBS",
     "make INSTALL_ROOT=$FLATPAK_DEST install"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../src/app"
     }
    ]
   }
  ]
 }
}