aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bedtools.rb
diff options
context:
space:
mode:
authorSamuel John2013-03-31 20:51:43 +0200
committerSamuel John2013-03-31 20:54:25 +0200
commit9495b06ef3f35be8711902ce268ccfc92cdcb056 (patch)
tree8a155f95a7237eb8a424987ac7189a3accb50d2a /Library/Formula/bedtools.rb
parent65fe8946bf4915c6b0d6c6e64dfc205f10c43f3c (diff)
downloadhomebrew-9495b06ef3f35be8711902ce268ccfc92cdcb056.tar.bz2
Moved to homebrew/science Octave, OpenCV, VTK, ...
Diffstat (limited to 'Library/Formula/bedtools.rb')
-rw-r--r--Library/Formula/bedtools.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/bedtools.rb b/Library/Formula/bedtools.rb
deleted file mode 100644
index aa4184467..000000000
--- a/Library/Formula/bedtools.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-require 'formula'
-
-class Bedtools < Formula
- homepage 'http://code.google.com/p/bedtools/'
- url 'http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz'
- sha1 '1b1de3c35394a423f9ad98a9957a8853b426a578'
-
- head 'https://github.com/arq5x/bedtools.git'
-
- def install
- system "make all"
- prefix.install 'bin'
- end
-end