mirror of
https://github.com/sipeed/LicheeRV-Nano-Build.git
synced 2026-09-12 13:49:50 -05:00
13 lines
346 B
Makefile
13 lines
346 B
Makefile
################################################################################
|
|
#
|
|
# lua-cjson
|
|
#
|
|
################################################################################
|
|
|
|
LUA_CJSON_VERSION = 2.1.0.10-1
|
|
LUA_CJSON_SUBDIR = lua-cjson
|
|
LUA_CJSON_LICENSE = MIT
|
|
LUA_CJSON_LICENSE_FILES = $(LUA_CJSON_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|