diff options
| author | Adam Vandenberg | 2012-01-08 09:22:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-01-08 09:22:36 -0800 |
| commit | 5d2dc54c362cdbeb1df0b1eeab78b8249f17178a (patch) | |
| tree | 360ac3a61435759f9904ff719291705dd179a7fb /Library/Formula | |
| parent | 7c221072648493cc83ff17f40e4b2efb3182a7db (diff) | |
| download | homebrew-5d2dc54c362cdbeb1df0b1eeab78b8249f17178a.tar.bz2 | |
Remove Autojump.
This formula has not been tracking Autojump's install process, and there are
separate installs for Bash and Zsh.
Redacting this formulat at this time, since it can be installed using the
project's own install files depending on which shell the user prefers.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/autojump.rb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb deleted file mode 100644 index 64688e9e4..000000000 --- a/Library/Formula/autojump.rb +++ /dev/null @@ -1,26 +0,0 @@ -require 'formula' - -class Autojump < Formula - url 'https://github.com/downloads/joelthelion/autojump/autojump_v19.tar.gz' - homepage 'https://github.com/joelthelion/autojump/wiki' - md5 '7dd928f0fb5958067c53fa196a091e53' - - head 'https://github.com/joelthelion/autojump.git' - - def install - bin.install "autojump" - man1.install "autojump.1" - - inreplace "autojump.sh", '/etc/profile.d/', (prefix+'etc/') - (prefix+'etc').install "autojump.sh" => "autojump" - (prefix+'etc').install ["autojump.bash", "autojump.zsh"] - end - - def caveats; <<-EOS.undent - Add the following lines to your ~/.bash_profile file: - if [ -f `brew --prefix`/etc/autojump ]; then - . `brew --prefix`/etc/autojump - fi - EOS - end -end |
