{
 "app_id": "com.github.vikdevelop.pythonpackager",
 "source_url": "https://raw.githubusercontent.com/vikdevelop/pythonpackager/main/com.github.vikdevelop.pythonpackager.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "21.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:05:21.597425+00:00",
 "manifest": {
  "app-id": "com.github.vikdevelop.pythonpackager",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "21.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "run.py",
  "finish-args": [
   "--share=ipc",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "pythonpackager",
    "buildsystem": "simple",
    "build-commands": [
     "chmod +x run.py",
     "install -D -t /app/bin run.py",
     "cp -R src /app/",
     "install -D -t /app/share/applications flatpak/$FLATPAK_ID.desktop",
     "install -D -t /app/share/icons/hicolor/128x128/apps flatpak/icons/$FLATPAK_ID.png",
     "install -D -t /app/share/metainfo flatpak/$FLATPAK_ID.metainfo.xml"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/vikdevelop/pythonpackager/archive/refs/tags/1.5.tar.gz",
      "sha256": "60b29d8d9ba06eb78f2c9f5b8f6a7f308109c6592be693e07e6e235a6a06f27a"
     }
    ]
   }
  ]
 }
}