{
 "app_id": "com.voxdsp.TuxFishing",
 "source_url": "https://raw.githubusercontent.com/flathub/com.voxdsp.TuxFishing/master/com.voxdsp.TuxFishing.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "26.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:09:06.128516+00:00",
 "manifest": {
  "app-id": "com.voxdsp.TuxFishing",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "26.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "tuxfishing",
  "rename-icon": "tuxfishing",
  "rename-desktop-file": "tuxfishing.desktop",
  "rename-appdata-file": "tuxfishing.appdata.xml",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri"
  ],
  "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": "fdd14e65b1c29e4e6df875fb5669ec00d6793531"
     }
    ]
   },
   {
    "name": "tuxfishing",
    "buildsystem": "simple",
    "build-commands": [
     "cc main.c -I inc -Ofast -L/app/lib -lglfw -lm -o tuxfishing",
     "install -Dm 0755 tuxfishing -t ${FLATPAK_DEST}/bin",
     "install -Dm 0644 flat/tuxfishing.desktop -t ${FLATPAK_DEST}/share/applications/",
     "install -Dm 0644 flat/tuxfishing.appdata.xml -t ${FLATPAK_DEST}/share/metainfo/",
     "install -Dm 0644 flat/tuxfishing.png -t ${FLATPAK_DEST}/share/icons/hicolor/128x128/apps/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/mrbid/tuxfishing.git",
      "commit": "5190cd56a180542b418f0c2d187eb4a47045d730"
     }
    ]
   }
  ]
 }
}