diff options
| author | Samuel John | 2013-03-31 20:51:43 +0200 |
|---|---|---|
| committer | Samuel John | 2013-03-31 20:54:25 +0200 |
| commit | 9495b06ef3f35be8711902ce268ccfc92cdcb056 (patch) | |
| tree | 8a155f95a7237eb8a424987ac7189a3accb50d2a /Library/Formula/vcftools.rb | |
| parent | 65fe8946bf4915c6b0d6c6e64dfc205f10c43f3c (diff) | |
| download | homebrew-9495b06ef3f35be8711902ce268ccfc92cdcb056.tar.bz2 | |
Moved to homebrew/science Octave, OpenCV, VTK, ...
Diffstat (limited to 'Library/Formula/vcftools.rb')
| -rw-r--r-- | Library/Formula/vcftools.rb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Library/Formula/vcftools.rb b/Library/Formula/vcftools.rb deleted file mode 100644 index ce73b408d..000000000 --- a/Library/Formula/vcftools.rb +++ /dev/null @@ -1,22 +0,0 @@ -require 'formula' - -class Vcftools < Formula - homepage 'http://vcftools.sourceforge.net/index.html' - url 'http://downloads.sourceforge.net/project/vcftools/vcftools_0.1.10.tar.gz' - sha1 'a41cf3b13b574fde60e4d713f083b53e223ace55' - - def install - system "make", "install", "PREFIX=#{prefix}", "CPP=#{ENV.cxx}" - end - - def caveats; <<-EOS.undent - To use the Perl modules, make sure Vcf.pm, VcfStats.pm, and FaSlice.pm - are included in your PERL5LIB environment variable: - export PERL5LIB=#{HOMEBREW_PREFIX}/lib/perl5/site_perl:${PERL5LIB} - EOS - end - - def test - system "#{bin}/vcftools" - end -end |
