muscle 3.8.31
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
121e4f8614
commit
4900b4143d
1 changed files with 14 additions and 0 deletions
14
Formula/muscle.rb
Normal file
14
Formula/muscle.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue