From 3bd73e5e32439f7842023aaecba04dc344cdaf10 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 7 Feb 2013 11:52:13 -0800 Subject: Move head-only brews to homebrew-headonly. Also move google-js-test which depends on head-only re2. Closes #17665. --- Library/Formula/echoprint-codegen.rb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Library/Formula/echoprint-codegen.rb (limited to 'Library/Formula/echoprint-codegen.rb') diff --git a/Library/Formula/echoprint-codegen.rb b/Library/Formula/echoprint-codegen.rb deleted file mode 100644 index 5451f3019..000000000 --- a/Library/Formula/echoprint-codegen.rb +++ /dev/null @@ -1,16 +0,0 @@ -require 'formula' - -class EchoprintCodegen < Formula - homepage 'http://echoprint.me' - head 'https://github.com/echonest/echoprint-codegen.git' - - depends_on 'ffmpeg' - depends_on 'taglib' - depends_on 'boost' - - def install - cd 'src' do - system "make", "install", "PREFIX=#{prefix}" - end - end -end -- cgit v1.2.3