{
 "app_id": "org.flatpak.PackagingDemo",
 "source_url": "https://raw.githubusercontent.com/shanefagan/linux-packaging/master/org.flatpak.PackagingDemo.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "1.6",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:24:55.332893+00:00",
 "manifest": {
  "app-id": "org.flatpak.PackagingDemo",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "1.6",
  "sdk": "org.freedesktop.Sdk",
  "command": "app.py",
  "finish-args": [
   "--share=network"
  ],
  "modules": [
   {
    "name": "cpython",
    "sources": [
     {
      "type": "archive",
      "url": "https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tar.xz",
      "sha256": "dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864"
     }
    ]
   },
   {
    "name": "app-install",
    "buildsystem": "simple",
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    },
    "build-commands": [
     "python3 setup.py install --prefix=/app",
     "cp -r bin/* /app/bin/"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     },
     {
      "type": "dir",
      "path": "bin/"
     }
    ]
   }
  ]
 }
}