mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
14
package/lua-cffi/lua-cffi.mk
Normal file
14
package/lua-cffi/lua-cffi.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user