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/'
|
|
|
|
md5 '13331f12b35ec36904c0a01921fe96e7'
|
|
|
|
|
|
|
|
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
|