lua-coat: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
410ffd77f4
commit
a07d3d7a64
@ -378,6 +378,7 @@ source "package/ljsyscall/Config.in"
|
||||
source "package/lpeg/Config.in"
|
||||
source "package/lrandom/Config.in"
|
||||
source "package/lua-cjson/Config.in"
|
||||
source "package/lua-coat/Config.in"
|
||||
source "package/lua-ev/Config.in"
|
||||
source "package/lua-msgpack-native/Config.in"
|
||||
source "package/lua-testmore/Config.in"
|
||||
|
6
package/lua-coat/Config.in
Normal file
6
package/lua-coat/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LUA_COAT
|
||||
bool "lua-coat"
|
||||
help
|
||||
Yet Another Lua Object-Oriented Model
|
||||
|
||||
http://fperrad.github.io/lua-Coat/
|
13
package/lua-coat/lua-coat.mk
Normal file
13
package/lua-coat/lua-coat.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-coat
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_COAT_VERSION_UPSTREAM = 0.9.0
|
||||
LUA_COAT_VERSION = $(LUA_COAT_VERSION_UPSTREAM)-1
|
||||
LUA_COAT_SUBDIR = lua-Coat-$(LUA_COAT_VERSION_UPSTREAM)
|
||||
LUA_COAT_LICENSE = MIT
|
||||
LUA_COAT_LICENSE_FILES = $(LUA_COAT_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
Loading…
Reference in New Issue
Block a user