On Thu, May 19, 2011 at 8:22 PM, Matthew Frazier
<[email protected]> wrote:
> One major weakness is the apparent inability of the builtin build type to
> handle installing scripts.
The builtin type is intended to deliver modules; what you are looking
for is build.install.
E.g.
build = {
type = 'none',
install = {
bin = {
foo = 'foo' --> where foo is the script (will be wrapped on Windows)
}
}
}
steve d.
_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers