package/lua-rotas: new package
authorFrancois Perrad <fperrad@gmail.com>
Thu, 9 Jan 2020 18:02:22 +0000 (19:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Jan 2020 21:51:08 +0000 (22:51 +0100)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/Config.in
package/lua-rotas/Config.in [new file with mode: 0644]
package/lua-rotas/lua-rotas.hash [new file with mode: 0644]
package/lua-rotas/lua-rotas.mk [new file with mode: 0644]

index 43fcc20d4716e08de6e338f4550254aa7a6873b1..fce134224e984640ad8a6869ce32c8a06dd166d6 100644 (file)
@@ -655,6 +655,7 @@ menu "Lua libraries/modules"
        source "package/lua-msgpack-native/Config.in"
        source "package/lua-periphery/Config.in"
        source "package/lua-resty-http/Config.in"
+       source "package/lua-rotas/Config.in"
        source "package/lua-sailor/Config.in"
        source "package/lua-sdl2/Config.in"
        source "package/lua-std-debug/Config.in"
diff --git a/package/lua-rotas/Config.in b/package/lua-rotas/Config.in
new file mode 100644 (file)
index 0000000..565efce
--- /dev/null
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LUA_ROTAS
+       bool "lua-rotas"
+       help
+         a web server router.
+
+         https://fperrad.frama.io/lua-Rotas
diff --git a/package/lua-rotas/lua-rotas.hash b/package/lua-rotas/lua-rotas.hash
new file mode 100644 (file)
index 0000000..6f8d0df
--- /dev/null
@@ -0,0 +1,3 @@
+# computed by luarocks/buildroot
+sha256 be47e72ec703ffc319fe4fd539b531bbe8a8c0c52e0cc9774273028f1599a0cf  lua-rotas-0.2.0-1.src.rock
+sha256 4a7fdc0e44509d79c9bf18560cfb98368f70bb3832abe07e3cdba5c06466b0bb  lua-Rotas-0.2.0/COPYRIGHT
diff --git a/package/lua-rotas/lua-rotas.mk b/package/lua-rotas/lua-rotas.mk
new file mode 100644 (file)
index 0000000..6ace963
--- /dev/null
@@ -0,0 +1,12 @@
+################################################################################
+#
+# lua-rotas
+#
+################################################################################
+
+LUA_ROTAS_VERSION = 0.2.0-1
+LUA_ROTAS_NAME_UPSTREAM = lua-Rotas
+LUA_ROTAS_LICENSE = MIT
+LUA_ROTAS_LICENSE_FILES = $(LUA_ROTAS_SUBDIR)/COPYRIGHT
+
+$(eval $(luarocks-package))