diff options
| author | Adam Vandenberg | 2013-11-28 12:42:45 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-28 12:42:45 -0800 |
| commit | ce226e7aca4f4ef39ad64975b32d64ec1fb6228b (patch) | |
| tree | e92fb523d6badc3b7f688cec0a1a4ce08b0c64b2 /Library/Formula | |
| parent | 0a47230e98c7c2e949b873f8697234db634aba1f (diff) | |
| download | homebrew-ce226e7aca4f4ef39ad64975b32d64ec1fb6228b.tar.bz2 | |
Move cmucl to homebrew-binary
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cmucl.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Library/Formula/cmucl.rb b/Library/Formula/cmucl.rb deleted file mode 100644 index 2052c657a..000000000 --- a/Library/Formula/cmucl.rb +++ /dev/null @@ -1,17 +0,0 @@ -require 'formula' - -class Cmucl < Formula - homepage 'http://www.cons.org/cmucl' - url 'http://common-lisp.net/project/cmucl/downloads/release/20e/cmucl-20e-x86-darwin.tar.bz2' - sha1 'e346f6f049f9c5ebb825aba4b5ab5e0367452c7c' - - skip_clean 'bin' - - def install - bin.install 'bin/lisp' - lib.install 'lib/cmucl' - - doc.install Dir['doc/cmucl/*'] - man1.install Dir['man/man1/*'] - end -end |
