mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
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))
|