PageRenderTime 19ms
CodeModel.GetById 16ms
app.highlight 1ms
RepoModel.GetById 1ms
app.codeStats 0ms
/Library/Formula/bedtools.rb
github.com/clouded-eas/homebrew
Ruby | 14 lines |
11 code |
3 blank |
0 comment |
0 complexity | b98288cbe6243e682a9ce431f89a7fc7 MD5 |
raw file
1require 'formula' 2 3class Bedtools < Formula 4 homepage 'http://code.google.com/p/bedtools/' 5 url 'http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz' 6 sha1 '1b1de3c35394a423f9ad98a9957a8853b426a578' 7 8 head 'https://github.com/arq5x/bedtools.git' 9 10 def install 11 system "make all" 12 prefix.install 'bin' 13 end 14end
Read more here: Source link