{
 "app_id": "com.agateau.PixelWheels",
 "source_url": "https://raw.githubusercontent.com/flathub/com.agateau.PixelWheels/master/com.agateau.PixelWheels.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=pulseaudio",
  "--device=dri"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:06:52.509041+00:00",
 "manifest": {
  "app-id": "com.agateau.PixelWheels",
  "default-branch": "stable",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.openjdk21"
  ],
  "command": "pixelwheels",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=pulseaudio",
   "--device=dri",
   "--env=PATH=/app/bin:/app/jre/bin:/usr/bin",
   "--env=JAVA_HOME=/app/jre",
   "--persist=.local/share/pixelwheels"
  ],
  "modules": [
   {
    "name": "openjdk",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/lib/sdk/openjdk21/install.sh"
    ]
   },
   {
    "name": "pixelwheels",
    "sources": [
     {
      "type": "archive",
      "sha256": "48c4783b7cdb4db87da8b13e00dbdddabd51287e37e326388a8d504a1f3c6dde",
      "url": "https://github.com/agateau/pixelwheels/releases/download/1.0.1/pixelwheels-1.0.1-linux64.zip",
      "dest": "pixelwheels"
     },
     {
      "type": "file",
      "path": "pixelwheels.sh"
     },
     {
      "type": "file",
      "path": "com.agateau.PixelWheels.metainfo.xml"
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     "mkdir /app/lib/",
     "mv ./pixelwheels/share /app/share",
     "rm -rf /app/share/icons/hicolor/1024x1024",
     "rm -rf ./pixelwheels/jre",
     "install -Dm644 -t /app/share/metainfo com.agateau.PixelWheels.metainfo.xml",
     "mv ./pixelwheels /app/lib/pixelwheels",
     "mkdir /app/bin/",
     "install -Dm755 ./pixelwheels.sh /app/bin/pixelwheels"
    ]
   }
  ]
 }
}