22 lines
855 B
Bash
22 lines
855 B
Bash
# Template file for 'luakit'
|
|
pkgname=luakit
|
|
reverts="2017.08.10_1"
|
|
version=2.3.6
|
|
revision=2
|
|
conf_files="/etc/xdg/luakit/*.lua"
|
|
build_style=gnu-makefile
|
|
make_build_args="DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 VERSION=${version}"
|
|
make_use_env=yes
|
|
make_check_target=run-tests
|
|
hostmakedepends="pkg-config LuaJIT lua51-luafilesystem"
|
|
makedepends="libwebkit2gtk41-devel LuaJIT-devel"
|
|
depends="lua51-luafilesystem"
|
|
short_desc="Fast, small, webkit based browser framework extensible by Lua"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://luakit.github.io/"
|
|
changelog="https://github.com/luakit/luakit/blob/develop/CHANGELOG.md"
|
|
distfiles="https://github.com/luakit/luakit/archive/${version}.tar.gz"
|
|
checksum=8202fc515c7e64ddc0794b5623167b372f696bce757e6f767c5e03bfbe2beba0
|
|
make_check=no # missing luassert
|