File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments