mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
12 lines
314 B
Makefile
12 lines
314 B
Makefile
################################################################################
|
|
#
|
|
# lua-cjson
|
|
#
|
|
################################################################################
|
|
|
|
LUA_CJSON_VERSION = 2.1.0-1
|
|
LUA_CJSON_LICENSE = MIT
|
|
LUA_CJSON_LICENSE_FILES = $(LUA_CJSON_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|