summaryrefslogtreecommitdiffstats
path: root/package/lua-coatpersistent
diff options
context:
space:
mode:
Diffstat (limited to 'package/lua-coatpersistent')
-rw-r--r--package/lua-coatpersistent/Config.in9
-rw-r--r--package/lua-coatpersistent/lua-coatpersistent.mk13
2 files changed, 22 insertions, 0 deletions
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