e1356cf7d4
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
330 B
Makefile
13 lines
330 B
Makefile
################################################################################
|
|
#
|
|
# luajson
|
|
#
|
|
################################################################################
|
|
|
|
LUAJSON_VERSION = 1.3.3-1
|
|
LUAJSON_SUBDIR = luajson
|
|
LUAJSON_LICENSE = MIT
|
|
LUAJSON_LICENSE_FILES = $(LUAJSON_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|