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 Homebrew/homebrew#10856.
This commit is contained in:
Adam Vandenberg 2012-03-25 18:39:22 -07:00
parent 975231677b
commit 6da242badd

View file

@ -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