1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/lutok: upgrade to 0.6.1

This commit is contained in:
qaqland 2025-05-20 20:03:20 +08:00 committed by Natanael Copa
parent 7c9349cb0a
commit 78d078e426

View file

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lutok
pkgver=0.4
pkgrel=6
pkgver=0.6.1
pkgrel=0
pkgdesc="lightweight C++ API for Lua"
url="https://github.com/freebsd/lutok"
arch="all"
@ -12,11 +12,6 @@ makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/freebsd/lutok/releases/download/lutok-$pkgver/lutok-$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
}
build() {
LUA_CFLAGS=$(pkg-config --cflags lua$_luaver) \
LUA_LIBS=$(pkg-config --libs lua$_luaver) \
@ -38,4 +33,6 @@ package() {
make -j1 DESTDIR="$pkgdir" install
}
sha512sums="664f30099bfbb30978e24068a9232a4ff1b5b1839c601bf784f35f6bb1394558067495093a3b0343c94e756d2e4186a32a8227baf5934c15c45905f7c0a5d19c lutok-0.4.tar.gz"
sha512sums="
ffb1463050fde421b7fded7c619b206faad5ec3ca6a4fbe3a79121d76e6445d8a1e2337f59c85103fa9616860728a804bd099e64618b201f0cfa38df41637618 lutok-0.6.1.tar.gz
"