I've got a local clone of a lua rock that I want to install.
$ luarocks install lua-resty-jwt-dev-0.rockspec
Using lua-resty-jwt-dev-0.rockspec... switching to 'build' mode
Cloning into 'lua-resty-jwt'...
luarocks appears to be cloning the source code again, even though I'm inside the git clone
of the repository. How do I get it to build and install without cloning a new copy of the source code?