mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
13 lines
345 B
Makefile
13 lines
345 B
Makefile
################################################################################
|
|
#
|
|
# lua-cjson
|
|
#
|
|
################################################################################
|
|
|
|
LUA_CJSON_VERSION = 2.1.0.6-1
|
|
LUA_CJSON_SUBDIR = lua-cjson
|
|
LUA_CJSON_LICENSE = MIT
|
|
LUA_CJSON_LICENSE_FILES = $(LUA_CJSON_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|