On Sat, Oct 9, 2010 at 3:49 AM, Alexander Gladysh <[email protected]> wrote: > ssh example.com git --git-tree=/path/to/repo.git show > rockspec/version-0.1-1.rockspec | luarocks install --from-stdin
It would not be difficult to write a script to do this: read the rockspec body from stdin, copy it to some temp directory with a name constructed from the package and version, and then just do a install using the local filepath to the rockspec. It does not feel like a very common use case. steve d. _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
