mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-05 23:23:51 -09:00
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
354 B
Makefile
13 lines
354 B
Makefile
################################################################################
|
|
#
|
|
# lua-dkjson
|
|
#
|
|
################################################################################
|
|
|
|
LUA_DKJSON_VERSION = 2.7-1
|
|
LUA_DKJSON_NAME_UPSTREAM = dkjson
|
|
LUA_DKJSON_LICENSE = MIT
|
|
LUA_DKJSON_LICENSE_FILES = $(LUA_DKJSON_SUBDIR)/readme.txt
|
|
|
|
$(eval $(luarocks-package))
|