On Thu, Jun 16, 2016 at 1:26 AM, Milind Gupta <
milind.gupta@gmail.com> wrote:
> Hello,
> I am looking for a way to distribute a Lua script using LuaRocks. The
> script Lua file will get installed in the directory which is in the Lua
> package.path. Can LuaRocks install it in a path that is also accessible to
> Lua on the command line:
>
>> lua myscript.lua
>
> should work.
>
> I was looking at the "Creating a rock" document here:
>
https://github.com/keplerproject/luarocks/wiki/Creating-a-rock#Building_a_module
> but it seems to assume that it is a module I think.
>
> What should I do different to install a script so Lua can run it directly?
>
> Thanks,
> Milind