{ "app-id" : "fr.oupson.FooTerm", "runtime" : "org.gnome.Platform", "runtime-version" : "44", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.vala" ], "command" : "footerm", "finish-args" : [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland", "--talk-name=org.freedesktop.secrets" ], "build-options" : { "append-path" : "/usr/lib/sdk/vala/bin", "prepend-ld-library-path" : "/usr/lib/sdk/vala/lib" }, "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "/share/vala", "*.la", "*.a" ], "modules" : [ { "name": "vte", "buildsystem": "meson", "config-opts": ["-Dgtk4=true", "-Dgtk3=false", "-Dsixel=true", "--buildtype=debug"], "sources": [ { "type": "archive", "url": "https://gitlab.gnome.org/GNOME/vte/-/archive/015ca4d2fdc57b625add7b23b0afa7193adc45a9/vte-015ca4d2fdc57b625add7b23b0afa7193adc45a9.tar.gz", "sha256": "ba918109936692fe555f1b28f428680ed4940a350709bcf908bdbf9a93498c08" } ] }, { "name" : "libssh2", "buildsystem" : "cmake-ninja", "config-opts" : [ "-DCMAKE_BUILD_TYPE=RelWithDebInfo", "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib", "-DBUILD_SHARED_LIBS:BOOL=ON" ], "cleanup" : [ "/share/doc" ], "sources" : [ { "type" : "git", "url" : "https://github.com/libssh2/libssh2.git", "tag" : "libssh2-1.10.0" } ] }, { "name": "libsecret", "sources": [ { "type": "archive", "url": "https://download.gnome.org/sources/libsecret/0.19/libsecret-0.19.1.tar.xz", "sha256": "8583e10179456ae2c83075d95455f156dc08db6278b32bf4bd61819335a30e3a" } ] }, { "name" : "footerm", "builddir" : true, "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "https://github.com/oupson/FooTerm.git", "branch": "main" } ] } ] }