eda08c6b88
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
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))
|