void-packages/srcpkgs/luakit/template
Anthony Iliopoulos 85aba175e7 luakit: update to 2.2.1.
Closes: #25471 [via git-merge-pr]
2020-10-14 11:32:16 -04:00

30 lines
944 B
Bash

# Template file for 'luakit'
pkgname=luakit
reverts="2017.08.10_1"
version=2.2.1
revision=1
conf_files="/etc/xdg/luakit/*.lua"
hostmakedepends="pkg-config LuaJIT"
makedepends="webkit2gtk-devel lua51-luafilesystem 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=f35359f5863fabe2b9d426f4d3ef6d29ce5bb3bac7b4c8e0824242f89868c80e
case "${XBPS_TARGET_MACHINE}" in
aarch64) broken="LuaJIT-devel marked as unsupported";;
esac
CFLAGS="-fcommon"
do_build() {
make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr VERSION=${version} all
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
}