{
 "app_id": "com.github.openarl.pathofbuilding",
 "source_url": "https://raw.githubusercontent.com/ccressent/pob-winepak/develop/com.github.openarl.pathofbuilding.yml",
 "runtime": "org.winepak.Platform",
 "runtime_version": "3.0",
 "sdk": "org.winepak.Sdk",
 "finish_args": [
  "--socket=x11",
  "--share=ipc",
  "--device=dri",
  "--share=network"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T17:38:45.654012+00:00",
 "manifest": {
  "app-id": "com.github.openarl.pathofbuilding",
  "branch": "stable",
  "runtime": "org.winepak.Platform",
  "runtime-version": "3.0",
  "sdk": "org.winepak.Sdk",
  "command": "path-of-building",
  "add-extensions": {
   "org.winepak.Platform.Compat32": {
    "directory": "lib/wine-32bit",
    "version": "3.0",
    "add-ld-path": "lib",
    "no-autodownload": false
   }
  },
  "build-options": {
   "build-args": [
    "--socket=x11",
    "--share=ipc",
    "--device=dri",
    "--share=network"
   ]
  },
  "finish-args": [
   "--socket=x11",
   "--share=ipc",
   "--device=dri",
   "--share=network"
  ],
  "modules": [
   {
    "name": "setup-wine-compat32",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/lib/wine-32bit",
     "ln -s /app/lib/wine-32bit/lib/ld-linux.so.2 /app/lib/ld-linux.so.2"
    ]
   },
   {
    "name": "path-of-building",
    "buildsystem": "simple",
    "build-commands": [
     "install -d /app/bin",
     "install -d /app/wine",
     "install pob-installer.exe /app/bin",
     "install path-of-building /app/bin"
    ],
    "sources": [
     {
      "type": "file",
      "dest-filename": "pob-installer.exe",
      "url": "https://github.com/Openarl/PathOfBuilding/releases/download/v1.4.131/PathOfBuilding-Setup-1.4.131.exe",
      "sha256": "21f8e84a452a6600d8baf200966ee5684f267a0f0046feab8f5691f65856ace2"
     },
     {
      "type": "script",
      "dest-filename": "path-of-building",
      "commands": [
       "wine64 '/var/data/wine/drive_c/Program Files/Path of Building/Path of Building.exe'"
      ]
     }
    ]
   }
  ]
 }
}