Skip to content

Commit e45390b

Browse files
committed
Pushed 0.1.0 rockspec
1 parent 1ed7662 commit e45390b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package = "lice-lua"
2+
version = "0.1.0-1"
3+
source = {
4+
url = "https://github.com/Yonaba/lice-lua/archive/lice-lua-0.1.0-1.tar.gz",
5+
dir = "lice-lua-lice-lua-0.1.0-1"
6+
}
7+
description = {
8+
summary = "Command line license generator for Lua",
9+
detailed = "A minimal command-line tool to generate open source license files"
10+
homepage = "http://github/licenses/lice-lua",
11+
license = "MIT <http://www.opensource.org/licenses/mit-license.php>",
12+
maintainer = "Roland Yonaba <roland.yonaba@gmail.com>"
13+
}
14+
dependencies = {
15+
"lua >= 5.1, < 5.3",
16+
"luafilesystem >= 1.4.2",
17+
}
18+
build = {
19+
type = "builtin",
20+
install = {
21+
lua = {
22+
["lice-lua.lice"] = "src/lice.lua",
23+
["lice-lua.lice-tpl"] = "src/lice-tpl.lua",
24+
}
25+
},
26+
copy_directories = {"tests"}
27+
}

0 commit comments

Comments
 (0)