{
 "app_id": "org.shenko.shenko",
 "source_url": "https://raw.githubusercontent.com/shenko/shenko/master/org.shenko.shenko.json",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--device=dri",
  "--share=network"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-17T18:08:56.909530+00:00",
 "manifest": {
  "app-id": "org.shenko.shenko",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "shenko",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--device=dri",
   "--share=network"
  ],
  "modules": [
   {
    "name": "python3-pip",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-deps ."
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://files.pythonhosted.org/packages/source/p/pip/pip-24.0.tar.gz",
      "sha256": "ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2"
     }
    ]
   },
   {
    "name": "panda3d",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-build-isolation panda3d>=1.10.10"
    ]
   },
   {
    "name": "shenko",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-build-isolation .",
     "install -Dm644 org.shenko.shenko.desktop /app/share/applications/org.shenko.shenko.desktop",
     "install -Dm644 org.shenko.shenko.appdata.xml /app/share/metainfo/org.shenko.shenko.appdata.xml",
     "install -Dm644 shenko/assets/images/logo.png /app/share/icons/hicolor/256x256/apps/org.shenko.shenko.png"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/shenko/shenko.git",
      "tag": "v0.1.90",
      "commit": "78f8618"
     }
    ]
   }
  ]
 }
}