{ "app-id": "com.github.hexchat", "branch": "2.14.2", "runtime": "org.gnome.Platform", "runtime-version": "3.30", "sdk": "org.gnome.Sdk", "finish-args": [ "--share=ipc", "--filesystem=host", "--share=network", "--socket=x11", "--socket=wayland" ], "command": "hexchat", "cleanup": [ "/include", "/lib/pkgconfig", "/share/aclocal", "/share/man", "*.la", "*.a" ], "modules": [ { "name": "gtk-2", "buildsystem": "autotools", "sources": [ { "type": "archive", "url": "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.32.tar.xz", "sha256": "b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e" } ] }, { "name": "gnome-themes-extra", "buildsystem": "autotools", "sources": [ { "type": "archive", "url": "https://github.com/GNOME/gnome-themes-extra/archive/3.28.zip", "sha256": "8d52cb5baf4f8b8bf36549f7c862748e298c09f0f385d072dc86c073503198f7" } ] }, { "name": "luajit", "buildsystem": "simple", "build-commands": [ "make -j $(cat /proc/cpuinfo | grep processor | wc -l)", "make install" ], "sources": [ { "type": "archive", "url": "http://luajit.org/download/LuaJIT-2.0.5.tar.gz", "sha256": "874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979" }, { "type": "patch", "path": "luajit.patch", "strip-components": 0 } ] }, { "name": "hexchat", "buildsystem": "meson", "sources": [ { "type": "archive", "url": "https://github.com/hexchat/hexchat/archive/v2.14.2.tar.gz", "sha256": "4f2c2137020913513ea559f788c41039ca6230764d8158862d5d1ee8785592d9" } ] }, { "name": "hexchat-desktop-integration", "buildsystem": "simple", "build-commands": [ "echo Installing desktop integration files" ], "sources": [ { "type": "file", "path": "com.github.hexchat.desktop" }, { "type": "file", "path": "com.github.hexchat.png" } ], "post-install": [ "install -Dm644 com.github.hexchat.desktop /app/share/applications/com.github.hexchat.desktop", "install -Dm644 com.github.hexchat.png /app/share/icons/hicolor/256x256/apps/com.github.hexchat.png" ] } ] }