summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/Config.in1
-rw-r--r--package/lua-coatpersistent/Config.in9
-rw-r--r--package/lua-coatpersistent/lua-coatpersistent.mk13
3 files changed, 23 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 2470313e92..3b143c5a58 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -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"
diff --git a/package/lua-coatpersistent/Config.in b/package/lua-coatpersistent/Config.in
new file mode 100644
index 0000000000..86cddda2cd
--- /dev/null
+++ b/package/lua-coatpersistent/Config.in
@@ -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/
diff --git a/package/lua-coatpersistent/lua-coatpersistent.mk b/package/lua-coatpersistent/lua-coatpersistent.mk
new file mode 100644
index 0000000000..3dc98614f5
--- /dev/null
+++ b/package/lua-coatpersistent/lua-coatpersistent.mk
@@ -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))
OpenPOWER on IntegriCloud