slackbuilds/network/luakit
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/luakit: Updated for version 2.0 + new maintainer. 2018-07-07 06:54:12 +07:00
doinst.sh
luakit.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
luakit.info network/luakit: Updated for version 2.2.1. 2020-10-31 11:15:25 +07:00
slack-desc

README

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