Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Added formula for clustal-omega
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaylan committed Sep 30, 2012
1 parent 9bf9bab commit 037a37d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/clustal-omega.rb
@@ -0,0 +1,17 @@
require 'formula'

class ClustalOmega < Formula
homepage 'http://www.clustal.org/omega/'
url 'http://www.clustal.org/omega/clustal-omega-1.1.0.tar.gz'
version '1.1.0'
sha1 'b8c8ac500811c50a335c9dc2fcaf47a7245fa6a0'

depends_on 'cmake' => :build
depends_on 'argtable'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 037a37d

Please sign in to comment.