lutok: update to 0.6.1.

This commit is contained in:
Duncaen 2025-05-23 23:02:26 +02:00
parent fd2f9f2cc6
commit f3f93e3a45
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,24 +1,25 @@
# Template file for 'lutok'
pkgname=lutok
version=0.4
revision=7
version=0.6.1
revision=1
build_style=gnu-configure
configure_args="--with-doxygen"
hostmakedepends="pkg-config doxygen tar"
makedepends="lua53-devel"
makedepends="lua54-devel"
short_desc="Lightweight C++ API for Lua"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/freebsd/lutok"
changelog="https://raw.githubusercontent.com/freebsd/lutok/refs/heads/master/NEWS"
distfiles="https://github.com/freebsd/lutok/releases/download/lutok-${version}/lutok-${version}.tar.gz"
checksum=2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5
checksum=509c43c240ba47b8c452b45f3423a416fa91bdfc0341bfb806e0b78f65ce452d
post_install() {
vlicense COPYING
}
lutok-devel_package() {
depends="lua53-devel ${sourcepkg}>=${version}_${revision}"
depends="lua54-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include