kumquat-buildroot/package/lua-cffi/lua-cffi.mk
Francois Perrad aac8ce4999 package/lua-cffi: bump to version 0.2.3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-01-16 21:23:18 +01:00

15 lines
389 B
Makefile

################################################################################
#
# lua-cffi
#
################################################################################
LUA_CFFI_VERSION = 0.2.3
LUA_CFFI_SITE = $(call github,q66,cffi-lua,v$(LUA_CFFI_VERSION))
LUA_CFFI_LICENSE = MIT
LUA_CFFI_LICENSE_FILES = COPYING.md
LUA_CFFI_DEPENDENCIES = libffi lua
$(eval $(meson-package))