diff --git a/rockspecs/cincau-0.3.20210701-1.rockspec b/rockspecs/cincau-0.3.20210701-1.rockspec new file mode 100644 index 0000000..75839af --- /dev/null +++ b/rockspecs/cincau-0.3.20210701-1.rockspec @@ -0,0 +1,32 @@ +package = 'cincau' +version = '0.3.20210701-1' +source = { + url = 'git+https://github.com/lalawue/cincau.git', + tag = "0.3.20210701" +} +description = { + summary = 'A minimalist, fast and high configurable web framework for LuaJIT on mnet or nginx', + detailed = [[ + cincau was a minimalist, fast and high configurable web framework for LuaJIT on mnet or nginx + ]], + homepage = 'https://github.com/lalawue/cincau', + maintainer = 'lalawue ', + license = 'MIT/X11' +} +dependencies = { + "lua >= 5.1", + "mooncake", + "openssl", + "linked-list", + "mnet", + "ffi-hyperparser", +} +build = { + type = "builtin", + modules = { + ["cincau_prepare"] = "bin/cincau_prepare.lua" + }, + install = { + bin = { "bin/cincau" } + } +} diff --git a/cincau-scm-1.rockspec b/rockspecs/cincau-scm-1.rockspec similarity index 100% rename from cincau-scm-1.rockspec rename to rockspecs/cincau-scm-1.rockspec