{ "id": "io.github.alihaydarsucu.GitHubPuller", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "command": "github-puller", "finish-args": [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri" ], "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "github-puller", "buildsystem": "simple", "build-commands": [ "python3 setup.py install --prefix=${FLATPAK_DEST} --root=/ --optimize=1" ], "sources": [ { "type": "archive", "url": "https://github.com/alihaydarsucu/GitHubPuller/archive/v1.0.8.tar.gz", "sha256": "58d9b4cb003eb16978a82d7a6921bedb678d51ccc1101f934cda7e6b2d966a31" } ] } ] }