{ "app-id": "com.github.curl", "runtime": "org.freedesktop.Platform", "runtime-version": "18.08", "sdk": "org.freedesktop.Sdk", "finish-args": [ "--device=all", "--share=ipc", "--share=network", "--filesystem=host" ], "command": "curl", "cleanup": [ "/include", "/lib/pkgconfig", "/share/aclocal", "/share/man", "*.la", "*.a" ], "modules": [ { "name": "curl", "buildsystem": "autotools", "sources": [ { "type": "archive", "url": "https://github.com/curl/curl/releases/download/curl-7_64_1/curl-7.64.1.tar.gz", "sha256": "432d3f466644b9416bc5b649d344116a753aeaa520c8beaf024a90cba9d3d35d" } ] } ] }