Skip to content

Commit

Permalink
Added rockspec for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Jan 5, 2014
1 parent 7eb5995 commit 9226e8f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspecs/30log-0.7.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -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 <http://www.opensource.org/licenses/mit-license.php>"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["30log"] = "30log.lua",
["30logclean"] = "30logclean.lua",
["30logglobal"] = "30logglobal.lua"
}
}

0 comments on commit 9226e8f

Please sign in to comment.