{
 "app_id": "com.voxdsp.TheCatrooms",
 "source_url": "https://raw.githubusercontent.com/flathub/com.voxdsp.TheCatrooms/master/com.voxdsp.TheCatrooms.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:09:06.128516+00:00",
 "manifest": {
  "app-id": "com.voxdsp.TheCatrooms",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "catrooms",
  "rename-icon": "catrooms",
  "rename-desktop-file": "catrooms.desktop",
  "rename-appdata-file": "catrooms.appdata.xml",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri"
  ],
  "cleanup": [
   "/include",
   "/lib/cmake",
   "/lib/pkgconfig"
  ],
  "modules": [
   {
    "name": "glfw",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DBUILD_SHARED_LIBS=ON",
     "-DGLFW_BUILD_EXAMPLES=OFF",
     "-DGLFW_BUILD_TESTS=OFF",
     "-DGLFW_BUILD_DOCS=OFF",
     "-DGLFW_BUILD_WAYLAND=1"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/glfw/glfw.git",
      "commit": "b35641f4a3c62aa86a0b3c983d163bc0fe36026d"
     }
    ]
   },
   {
    "name": "catrooms",
    "buildsystem": "simple",
    "build-commands": [
     "cc main.c -I inc -Ofast -L/app/lib -lglfw -lm -o catrooms",
     "install -Dm 0755 catrooms -t ${FLATPAK_DEST}/bin",
     "install -Dm 0644 flat/catrooms.desktop ${FLATPAK_DEST}/share/applications/catrooms.desktop",
     "install -Dm 0644 flat/catrooms.appdata.xml ${FLATPAK_DEST}/share/metainfo/catrooms.appdata.xml",
     "install -Dm 0644 flat/catrooms.png ${FLATPAK_DEST}/share/icons/hicolor/512x512/apps/catrooms.png"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/mrbid/catrooms.git",
      "commit": "ef73ea0cd3107d868f914c67c40346ef8dd9b5b1"
     }
    ]
   }
  ]
 }
}