{
 "app_id": "net.blockattack.game",
 "source_url": "https://raw.githubusercontent.com/flathub/net.blockattack.game/master/net.blockattack.game.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "26.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=pulseaudio",
  "--socket=x11",
  "--device=dri"
 ],
 "module_count": 6,
 "fetched_at": "2026-09-17T16:13:21.357467+00:00",
 "manifest": {
  "app-id": "net.blockattack.game",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "26.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "blockattack",
  "rename-icon": "blockattack",
  "rename-desktop-file": "blockattack.desktop",
  "finish-args": [
   "--device=dri",
   "--share=network",
   "--share=ipc",
   "--socket=x11",
   "--socket=pulseaudio"
  ],
  "cleanup": [
   "/include",
   "/lib/cmake",
   "/share/man",
   "*.la",
   "*.a"
  ],
  "modules": [
   "shared-modules/physfs/physfs.json",
   "shared-modules/SDL2/SDL2_image.json",
   "shared-modules/SDL2/SDL2_ttf.json",
   "shared-modules/SDL2/SDL2_mixer.json",
   {
    "name": "boost",
    "buildsystem": "simple",
    "build-commands": [
     "./bootstrap.sh --prefix=\"${FLATPAK_DEST}\" --with-libraries=program_options",
     "./b2 -j${FLATPAK_BUILDER_N_JOBS} install variant=release cxxstd=11 --layout=system"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://archives.boost.io/release/1.92.0/source/boost_1_92_0.tar.gz",
      "sha256": "c4a3b310ddd2472416e091067166b0713be97c63f38c212c484ada022fd296ce",
      "x-checker-data": {
       "type": "anitya",
       "project-id": 6845,
       "url-template": "https://archives.boost.io/release/$version/source/boost_${version0}_${version1}_$version2.tar.gz"
      }
     }
    ]
   },
   {
    "name": "blockattack",
    "buildsystem": "cmake-ninja",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/blockattack/blockattack-game.git",
      "tag": "v2.10.0",
      "commit": "4a115797ad81dc3495d5ff5ae54c1c61ff929b57",
      "x-checker-data": {
       "type": "git",
       "tag-pattern": "^v([\\d.]+)$"
      }
     },
     {
      "type": "shell",
      "commands": [
       "./packdata.sh"
      ]
     }
    ]
   }
  ]
 }
}