SlackBuildsOrg/network/luakit
Marek Šrejma ae45428225 network/luakit: Updated for version 2.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-12 11:16:36 +07:00
..
doinst.sh
luakit.info network/luakit: Updated for version 2.3.3. 2022-11-12 11:16:36 +07:00
luakit.SlackBuild network/luakit: Updated for version 2.3.3. 2022-11-12 11:16:36 +07:00
README
slack-desc

luakit is a fast, light and simple to use micro-browser framework
exensible by Lua using the WebKit web content engine and the GTK+
toolkit.

The configuration options are endless, the entire browser is
constructed by the config files present in /etc/xdg/luakit
Just copy the files you wish to change (and the rc.lua) into
$XDG_CONFIG_HOME/luakit (defaults to ~/.config/luakit) and
luakit will use those files when you next launch it.

The luajit package is an optional dependency.

To enable building luakit with luajit support, use
  LUAJIT=1

To enable clang instead of gcc as the compiler, use
  CC=clang