From bb4088c17d8e319d1f7390069f7e4a0eeef84afa Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Wed, 4 Apr 2012 23:18:28 -0400 Subject: tmap 0.3.7 Signed-off-by: Adam Vandenberg --- Library/Formula/tmap.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/tmap.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tmap.rb b/Library/Formula/tmap.rb new file mode 100644 index 000000000..edba287af --- /dev/null +++ b/Library/Formula/tmap.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Tmap < Formula + homepage 'http://github.com/iontorrent/TMAP' + url 'http://github.com/iontorrent/TMAP/tarball/tmap.0.3.7' + md5 '032741c677c5aca211984b0e79130169' + + head 'https://github.com/iontorrent/TMAP.git' + + def install + system "sh autogen.sh" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end + + def test + system "tmap" + end +end -- cgit v1.2.3