aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bbcp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/bbcp.rb')
-rw-r--r--Library/Formula/bbcp.rb18
1 files changed, 0 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