kumquat-buildroot/package/lua-cffi/lua-cffi.mk
Fabrice Fontaine c33cecfac4 package/lua-cffi: fix spaces
Commit 13114d0f93 forgot to add spaces
before and after '=' and added a spurious space in Config.in

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-02-07 08:35:09 +01:00

15 lines
389 B
Makefile

################################################################################
#
# lua-cffi
#
################################################################################
LUA_CFFI_VERSION = 0.2.1
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))