Commit 30c7e8d2 authored by Francois Perrad's avatar Francois Perrad Committed by Thomas Petazzoni
Browse files

lua-coatpersistent: new package



[Thomas: mention that dependencies are run-time dependencies, adjust
help text.]

Signed-off-by: default avatarFrancois Perrad <francois.perrad@gadz.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent a07d3d7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))