mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-19 02:43:56 +08:00
lua-coatpersistent: new package
[Thomas: mention that dependencies are run-time dependencies, adjust help text.] 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
a07d3d7a64
commit
30c7e8d2b9
@ -379,6 +379,7 @@ 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-coatpersistent/Config.in"
|
||||
source "package/lua-ev/Config.in"
|
||||
source "package/lua-msgpack-native/Config.in"
|
||||
source "package/lua-testmore/Config.in"
|
||||
|
9
package/lua-coatpersistent/Config.in
Normal file
9
package/lua-coatpersistent/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LUA_COATPERSISTENT
|
||||
bool "lua-coatpersistent"
|
||||
# run-time dependencies
|
||||
select BR2_PACKAGE_DADO
|
||||
select BR2_PACKAGE_LUA_COAT
|
||||
help
|
||||
An ORM for lua-Coat.
|
||||
|
||||
http://fperrad.github.io/lua-CoatPersistent/
|
13
package/lua-coatpersistent/lua-coatpersistent.mk
Normal file
13
package/lua-coatpersistent/lua-coatpersistent.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-coatpersistent
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_COATPERSISTENT_VERSION_UPSTREAM = 0.2.0
|
||||
LUA_COATPERSISTENT_VERSION = $(LUA_COATPERSISTENT_VERSION_UPSTREAM)-1
|
||||
LUA_COATPERSISTENT_SUBDIR = lua-CoatPersistent-$(LUA_COATPERSISTENT_VERSION_UPSTREAM)
|
||||
LUA_COATPERSISTENT_LICENSE = MIT
|
||||
LUA_COATPERSISTENT_LICENSE_FILES = $(LUA_COATPERSISTENT_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
Loading…
Reference in New Issue
Block a user