Skip to content

Commit

Permalink
muscle 3.8.31
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
theister authored and adamv committed Apr 9, 2011
1 parent b782d9d commit 45bff20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/muscle.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require 'formula'

class Muscle < Formula
url 'http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz'
homepage 'http://www.drive5.com/muscle/'
md5 'f767f00fd15f0c5db944d41936779e10'
version '3.8.31'

def install
Dir.chdir "src"
system "make"
bin.install "muscle"
end
end

0 comments on commit 45bff20

Please sign in to comment.