{ "app-id": "de.uchuujin.fp.termzoo.st_0_9_2", "runtime": "org.gnome.Platform", "runtime-version": "3.36", "sdk": "org.gnome.Sdk", "command": "st", "finish-args": ["--socket=x11", "--device=dri", "--talk-name=org.freedesktop.Flatpak"], "modules": [ { "name": "pterm", "buildsystem": "simple", "build-commands": [ "make PREFIX=/app CC=cc install" ], "sources": [ { "type": "archive", "url": "http://dl.suckless.org/st/st-0.9.2.tar.gz", "sha512": "1ca484227189d9e92ffc1092183fdc6a162da8bb41b9c18df662212d49a9551a84c3c87784ae16f2294105776b9d58983f29396bc681e367b761610bd7071b61" } ] }, { "name": "scripts", "buildsystem": "simple", "build-commands": [ "install -D run-in-host /app/bin/run-in-host" ], "sources": [ { "type": "file", "path": "../run-in-host" } ] } ] }