diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/luarocks.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb index f526b8c18..5f302d18f 100644 --- a/Library/Formula/luarocks.rb +++ b/Library/Formula/luarocks.rb @@ -41,6 +41,14 @@ class Luarocks < Formula system "make install" end + def caveats; <<-EOS.undent + Rocks install to: #{HOMEBREW_PREFIX}/lib/luarocks/rocks + + You may need to run `luarocks install` inside the Homebrew build + environment for rocks to successfully build. To do this, first run `brew sh`. + EOS + end + def test opoo "Luarocks test script installs 'lpeg'" system "#{bin}/luarocks", "install", "lpeg" |
