From 9226e8f2e1b5c40e24246782e3342b13e1255e27 Mon Sep 17 00:00:00 2001 From: Yonaba Date: Sun, 5 Jan 2014 15:54:36 +0000 Subject: [PATCH] Added rockspec for 0.7.0 --- rockspecs/30log-0.7.0-1.rockspec | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rockspecs/30log-0.7.0-1.rockspec diff --git a/rockspecs/30log-0.7.0-1.rockspec b/rockspecs/30log-0.7.0-1.rockspec new file mode 100644 index 0000000..1eecb25 --- /dev/null +++ b/rockspecs/30log-0.7.0-1.rockspec @@ -0,0 +1,27 @@ +package = "30log" +version = "0.7.0-1" +source = { + url = "https://github.com/Yonaba/30log/archive/30log-0.7.0-1.tar.gz", + dir = "30log-30log-0.7.0-1" +} +description = { + summary = "30 lines library for object orientation", + detailed = [[ + 30log, in extenso "30 Lines Of Goodness" is a 30-lines minified framework + for object-orientation in Lua. It features class creation, + instantiation, single inheritance and basic support for mixins. + ]], + homepage = "http://yonaba.github.io/30log", + license = "MIT " +} +dependencies = { + "lua >= 5.1" +} +build = { + type = "builtin", + modules = { + ["30log"] = "30log.lua", + ["30logclean"] = "30logclean.lua", + ["30logglobal"] = "30logglobal.lua" + } +} \ No newline at end of file