2010-07-24 02:26:27 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Quicktree < Formula
|
2010-07-24 02:26:27 +00:00
|
|
|
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/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '9924d51801149d59fd90f704aa7e5802f7b1ef31'
|
2010-07-24 02:26:27 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
2010-04-07 05:58:35 +00:00
|
|
|
bin.install "bin/quicktree"
|
2010-07-24 02:26:27 +00:00
|
|
|
end
|
|
|
|
end
|