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:
parent
975231677b
commit
6da242badd
1 changed files with 0 additions and 13 deletions
|
@ -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
|
Loading…
Reference in a new issue