9163dd1321
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
354 B
Makefile
13 lines
354 B
Makefile
################################################################################
|
|
#
|
|
# lua-dkjson
|
|
#
|
|
################################################################################
|
|
|
|
LUA_DKJSON_VERSION = 2.6-1
|
|
LUA_DKJSON_NAME_UPSTREAM = dkjson
|
|
LUA_DKJSON_LICENSE = MIT
|
|
LUA_DKJSON_LICENSE_FILES = $(LUA_DKJSON_SUBDIR)/readme.txt
|
|
|
|
$(eval $(luarocks-package))
|