From ecb78d54c03b030fa3d1bc7be202f1d85e89bdc5 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sat, 17 Aug 2013 12:28:25 +0100 Subject: clojure: remove, blacklist in favour of leiningen. Closes Homebrew/homebrew#21733. Closes Homebrew/homebrew#21782. Signed-off-by: Mike McQuaid --- Library/Homebrew/blacklist.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 9dea721b8..f3aa60d53 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -62,5 +62,14 @@ def blacklisted? name when 'gsutil' then <<-EOS.undent Install gsutil with `pip install gsutil` EOS + when 'clojure' then <<-EOS.undent + Clojure isn't really a program but a library managed as part of a + project and Leiningen is the user interface to that library. + + To install Clojure you should install Leiningen: + brew install leiningen + and then follow the tutorial: + https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md + EOS end end -- cgit v1.2.3