diff options
| -rw-r--r-- | Library/Formula/bbcp.rb | 18 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 18 deletions
diff --git a/Library/Formula/bbcp.rb b/Library/Formula/bbcp.rb index 18883dea8..e69de29bb 100644 --- a/Library/Formula/bbcp.rb +++ b/Library/Formula/bbcp.rb @@ -1,18 +0,0 @@ -require 'formula' - -class Bbcp < Formula - homepage 'http://www.slac.stanford.edu/%7Eabh/bbcp' - url 'http://www.slac.stanford.edu/~abh/bbcp/bbcp.git' - version '14.04.14.00.1' - head 'http://www.slac.stanford.edu/~abh/bbcp/bbcp.git' - - def install - mkdir %w{bin obj} - system "make", "-C", "src", "Darwin" - bin.install "bin/bbcp" - end - - test do - system "#{bin}/bbcp", "--help" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 5455db211..6219cbaf8 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -9,6 +9,7 @@ TAP_MIGRATIONS = { "atari++" => "homebrew/x11", "authexec" => "homebrew/boneyard", "aws-iam-tools" => "homebrew/boneyard", + "bbcp" => "homebrew/head-only", "bcwipe" => "homebrew/boneyard", "blackbox" => "homebrew/boneyard", "bochs" => "homebrew/x11", |
