aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/quicktree.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/quicktree.rb')
-rw-r--r--Library/Formula/quicktree.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/quicktree.rb b/Library/Formula/quicktree.rb
deleted file mode 100644
index ca2f9ff4e..000000000
--- a/Library/Formula/quicktree.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'formula'
-
-class Quicktree < Formula
- url 'ftp://ftp.sanger.ac.uk/pub4/resources/software/quicktree/quicktree.tar.gz'
- version '1.1'
- homepage 'http://www.sanger.ac.uk/resources/software/quicktree/'
- sha1 '9924d51801149d59fd90f704aa7e5802f7b1ef31'
-
- def install
- system "make"
- bin.install "bin/quicktree"
- end
-end