aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-25 18:39:22 -0700
committerAdam Vandenberg2012-03-25 18:39:22 -0700
commit7628b20aa2a64ed38053452c7d990692b97f3aa4 (patch)
treea98daddb948a7e13d44fcd2dc394ab1228c87afb /Library
parentc9dc25798f9368f99478b254e1edfee08b9f6add (diff)
downloadhomebrew-7628b20aa2a64ed38053452c7d990692b97f3aa4.tar.bz2
Remove flip.
This formula uses a non-versioned download. Upstream should provided a versioned download, or interested parties should maintain this formula in an alternate repo. Closes #10856.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/flip.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/flip.rb b/Library/Formula/flip.rb
deleted file mode 100644
index e8996e402..000000000
--- a/Library/Formula/flip.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'formula'
-
-class Flip < Formula
- homepage 'https://ccrma.stanford.edu/~craig/utility/flip/'
- url 'https://ccrma.stanford.edu/~craig/utility/flip/flip.cpp'
- version '2005.8.21' # It has no version number, I made one up from the last modified date
- md5 '21dc9256584eceffcfc27e137b3f8bc5'
-
- def install
- system "#{ENV.cxx} #{ENV['CXXFLAGS']} -o flip flip.cpp"
- bin.install "flip"
- end
-end