Skip to content

Commit

Permalink
Pushed 0.1.1 rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Sep 10, 2013
1 parent efccfff commit 32fc2a3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions rockspecs/lice-lua-0.1.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package = "lice-lua"
version = "0.1.1-1"
source = {
url = "https://github.com/Yonaba/lice-lua/archive/lice-lua-0.1.1-1.tar.gz",
dir = "lice-lua-lice-lua-0.1.1-1"
}
description = {
summary = "Command line license generator for Lua",
detailed = "A minimal command-line tool to generate open source license files",
homepage = "http://github/licenses/lice-lua",
license = "MIT <http://www.opensource.org/licenses/mit-license.php>",
maintainer = "Roland Yonaba <[email protected]>"
}
dependencies = {
"lua >= 5.1, < 5.3",
"luafilesystem >= 1.4.2",
}
build = {
type = "none",
install = {
lua = {
["lice-lua.lice"] = "src/lice.lua",
["lice-lua.lice-tpl"] = "src/lice-tpl.lua",
}
},
}

0 comments on commit 32fc2a3

Please sign in to comment.