{
 "app_id": "com.github.ryanakca.slingshot",
 "source_url": "https://raw.githubusercontent.com/flathub/com.github.ryanakca.slingshot/master/com.github.ryanakca.slingshot.json",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "26.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=x11",
  "--device=dri"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-17T16:07:50.049312+00:00",
 "manifest": {
  "app-id": "com.github.ryanakca.slingshot",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "26.08",
  "sdk": "org.freedesktop.Sdk",
  "rename-appdata-file": "slingshot.appdata.xml",
  "rename-desktop-file": "slingshot.desktop",
  "rename-icon": "slingshot",
  "command": "slingshot",
  "build-options": {
   "cflags": "-O2 -g",
   "cxxflags": "-O2 -g",
   "env": {
    "V": "1"
   }
  },
  "finish-args": [
   "--socket=x11",
   "--share=ipc",
   "--device=dri",
   "--share=network"
  ],
  "cleanup": [
   "/include",
   "/lib/python3.**/pygame/examples",
   "/lib/python3.*/*/pygame/docs"
  ],
  "modules": [
   "shared-modules/SDL2/SDL2_ttf.json",
   "shared-modules/SDL2/SDL2_image.json",
   "python3-pygame.json",
   {
    "name": "slingshot",
    "buildsystem": "simple",
    "build-commands": [
     "python setup.py build",
     "python setup.py install --prefix=/app"
    ],
    "post-install": [
     "install -Dm644 slingshot.png -t /app/share/icons/hicolor/256x256/apps/",
     "install -Dm644 slingshot.appdata.xml -t /app/share/metainfo/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/ryanakca/slingshot/archive/0.9.tar.gz",
      "sha256": "13d950b1ae4650c9710aeba85b59b05cdd5c697b698b04eb0d0be3f7f662a6aa"
     },
     {
      "type": "patch",
      "path": "port-to-Python-3.patch"
     },
     {
      "type": "file",
      "path": "slingshot.appdata.xml"
     },
     {
      "type": "file",
      "path": "slingshot.png"
     }
    ]
   }
  ]
 }
}