Commit graph

11 commits

Author SHA1 Message Date
Adam Vandenberg
3014eebc5f Clojure - use inline startup script instead of DATA and gsub. 2010-02-18 13:34:58 -08:00
Max Howell
0da4a32a8b clj invocation doesn't like -i
See Issue Homebrew/homebrew#575
2010-02-13 13:09:31 +00:00
Max Howell
31c8af513e Closes Homebrew/homebrew#579
Don't hardcode Homebrew prefix when possible.

A general solution for this would be nice as we do it all over the place.
2010-02-13 13:03:39 +00:00
Adam Vandenberg
71e41adcd7 Fix Homebrew/homebrew#575 - use updated method for invoking clojure. 2010-01-31 11:43:31 -08:00
Jason Baker
0d708f417d Updating clojure formula to work against version 1.1.0 2010-01-16 19:13:46 +00:00
Max Howell
91c45fd9ac Simplified Clojure formula
Just felt like it guv'n'r.
2009-12-31 03:13:27 +00:00
dbr
c0dc827114 Don't ignore CLASSPATH in clj command
$CLOJURE was passed to java -classpath, which
caused the $CLASSPATH ENV var to be ingored.

This is needed for the clojure-contrib formula,
and for using third-party classes, which is kind
of useful..
2009-10-19 04:02:48 +01:00
dbr
7af6d599c4 Add --head repo for clojure formula 2009-10-19 04:02:48 +01:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
dbr
9b5e711fd9 Improved clojure formula.
Merged the clj_repl and clj commands into one clj command, which either
invokes the REPL, or runs a script (similar to how the python command works).
Moved the script to DATA, instead of inline
2009-10-12 17:26:28 +01:00
Luke Amdor
d1fabf2f51 Added formula for clojure-1.0.0 2009-09-28 00:20:50 +01:00