mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/xavante/Config.in
Normal file
13
package/xavante/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_XAVANTE
|
||||
bool "xavante"
|
||||
select BR2_PACKAGE_COPAS # runtime
|
||||
select BR2_PACKAGE_LUAFILESYSTEM # runtime
|
||||
select BR2_PACKAGE_LUASOCKET # runtime
|
||||
help
|
||||
Xavante is a Lua HTTP 1.1 Web server that uses a modular
|
||||
architecture based on URI mapped handlers. Xavante currently
|
||||
offers a file handler, a redirect handler and a WSAPI handler.
|
||||
Those are used for general files, URI remapping and WSAPI
|
||||
applications respectively.
|
||||
|
||||
http://keplerproject.github.io/xavante
|
||||
3
package/xavante/xavante.hash
Normal file
3
package/xavante/xavante.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 67c738f981e7d65d18c717f3acac59a37f95d5139c00fb0de5d3167262025273 xavante-2.4.0-1.src.rock
|
||||
sha256 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c xavante-2.4.0/doc/us/license.html
|
||||
11
package/xavante/xavante.mk
Normal file
11
package/xavante/xavante.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# xavante
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAVANTE_VERSION = 2.4.0-1
|
||||
XAVANTE_LICENSE = MIT
|
||||
XAVANTE_LICENSE_FILES = $(XAVANTE_SUBDIR)/doc/us/license.html
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user