aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/echoprint-codegen.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/echoprint-codegen.rb')
-rw-r--r--Library/Formula/echoprint-codegen.rb16
1 files changed, 0 insertions, 16 deletions
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