Skip to content

Commit

Permalink
add rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mirven committed Jul 21, 2009
1 parent 45db062 commit f0db98c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions luaspec-0.5-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package = "LuaSpec"
version = "0.5-1"
source = {
-- url = "http://github.com/mirven/luaspec/zipball/master" -- zip file from the master branch at github
url = "http://marcusirven.com/luaspec-"..version..".zip"
}
description = {
summary = "A context specification framework",
detailed = [[
A context specification framework.
]],
homepage = "http://github.com/mirven/luaspec",
license = "MIT/X11" -- same a Lua
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin";
modules = {
luaspec = 'src/luaspec.lua';
luamock = 'src/luamock.lua';
}
}

0 comments on commit f0db98c

Please sign in to comment.