{ "app-id": "ca.vlacroix.Tally", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "command": "tally", "finish-args": [ "--device=dri", "--share=ipc", "--socket=fallback-x11", "--socket=wayland" ], "modules": [{ "name": "lua", "no-autogen": true, "make-install-args": ["INSTALL_TOP=/app"], "sources": [{ "type": "archive", "url": "https://lua.org/ftp/lua-5.4.7.tar.gz", "sha256": "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30" }] }, { "name": "LuaGObject", "no-autogen": true, "subdir": "LuaGObject", "make-args": ["LUA_VERSION=5.4"], "make-install-args": ["LUA_VERSION=5.4", "PREFIX=/app"], "sources": [{ "type": "git", "url": "https://github.com/vtrlx/LuaGObject", "tag": "0.10.2" }] }, { "name": "tally", "no-autogen": true, "sources": [{ "type": "dir", "path": "." }] }] }