aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/echoprint-codegen.rb
diff options
context:
space:
mode:
authorMisty De Meo2014-12-28 13:46:00 -0800
committerMisty De Meo2014-12-28 13:47:02 -0800
commitedcaa68090a3b3a3970342a8488258b34a551524 (patch)
tree6843176896af22c569c60afcb75148ec065a741a /Library/Formula/echoprint-codegen.rb
parentd5c526dacf11251526028bb05aa8181b2d292b1b (diff)
downloadhomebrew-edcaa68090a3b3a3970342a8488258b34a551524.tar.bz2
echoprint-codegen: style improvements
Diffstat (limited to 'Library/Formula/echoprint-codegen.rb')
-rw-r--r--Library/Formula/echoprint-codegen.rb17
1 files changed, 8 insertions, 9 deletions
diff --git a/Library/Formula/echoprint-codegen.rb b/Library/Formula/echoprint-codegen.rb
index 0de9e333d..fcbc84ccc 100644
--- a/Library/Formula/echoprint-codegen.rb
+++ b/Library/Formula/echoprint-codegen.rb
@@ -1,10 +1,9 @@
-require 'formula'
-
class EchoprintCodegen < Formula
- homepage 'http://echoprint.me'
- url 'https://github.com/echonest/echoprint-codegen/archive/v4.12.tar.gz'
- sha256 'c40eb79af3abdb1e785b6a48a874ccfb0e9721d7d180626fe29c72a29acd3845'
- head 'https://github.com/echonest/echoprint-codegen.git'
+ homepage "http://echoprint.me"
+ url "https://github.com/echonest/echoprint-codegen/archive/v4.12.tar.gz"
+ sha256 "c40eb79af3abdb1e785b6a48a874ccfb0e9721d7d180626fe29c72a29acd3845"
+ head "https://github.com/echonest/echoprint-codegen.git"
+
bottle do
cellar :any
revision 1
@@ -15,9 +14,9 @@ class EchoprintCodegen < Formula
revision 1
- depends_on 'ffmpeg'
- depends_on 'taglib'
- depends_on 'boost'
+ depends_on "ffmpeg"
+ depends_on "taglib"
+ depends_on "boost"
# Removes unnecessary -framework vecLib; can be removed in the next release
patch do