summaryrefslogtreecommitdiffstats
path: root/package/lua-coat
diff options
context:
space:
mode:
Diffstat (limited to 'package/lua-coat')
-rw-r--r--package/lua-coat/Config.in6
-rw-r--r--package/lua-coat/lua-coat.mk13
2 files changed, 19 insertions, 0 deletions
diff --git a/package/lua-coat/Config.in b/package/lua-coat/Config.in
new file mode 100644
index 0000000000..f6ba6cf684
--- /dev/null
+++ b/package/lua-coat/Config.in
@@ -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/
diff --git a/package/lua-coat/lua-coat.mk b/package/lua-coat/lua-coat.mk
new file mode 100644
index 0000000000..a9d9143002
--- /dev/null
+++ b/package/lua-coat/lua-coat.mk
@@ -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))
OpenPOWER on IntegriCloud