079d992b27
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
389 B
Makefile
15 lines
389 B
Makefile
################################################################################
|
|
#
|
|
# lua-cffi
|
|
#
|
|
################################################################################
|
|
|
|
LUA_CFFI_VERSION = 0.2.2
|
|
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))
|