mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
see changes on https://dkolf.de/dkjson-lua/ Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
354 B
Makefile
13 lines
354 B
Makefile
################################################################################
|
|
#
|
|
# lua-dkjson
|
|
#
|
|
################################################################################
|
|
|
|
LUA_DKJSON_VERSION = 2.11-1
|
|
LUA_DKJSON_NAME_UPSTREAM = dkjson
|
|
LUA_DKJSON_LICENSE = MIT
|
|
LUA_DKJSON_LICENSE_FILES = $(LUA_DKJSON_SUBDIR)/readme.md
|
|
|
|
$(eval $(luarocks-package))
|