diff options
| author | Adam Vandenberg | 2010-10-01 22:22:01 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-01 22:22:01 -0700 |
| commit | 9ee63107ac0aba3b0a79a2f12201f70545f45047 (patch) | |
| tree | 7b6d7db97dda8ac26820c047ae6332f6b78e8854 /Library/Formula | |
| parent | 0f99671029f2fb1cef448223fcf226e3b87f9f89 (diff) | |
| download | homebrew-9ee63107ac0aba3b0a79a2f12201f70545f45047.tar.bz2 | |
clojure - link to repl wrapper script
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clojure.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb index f45d34d52..914ab766f 100644 --- a/Library/Formula/clojure.rb +++ b/Library/Formula/clojure.rb @@ -28,4 +28,11 @@ EOS prefix.install jar (bin+'clj').write script end + + def caveats; <<-EOS.undent + If you `brew install repl` then you may find this wrapper script from + MacPorts useful: + http://trac.macports.org/browser/trunk/dports/lang/clojure/files/clj-rlwrap.sh?format=txt + EOS + end end |
