From 54919f94495da337bec7fdc75279d6ddb614d191 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 23 May 2014 11:14:40 -0700 Subject: pianobar: quotes --- Library/Formula/pianobar.rb | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index fb89c5161..4fd127bbf 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -1,21 +1,21 @@ -require 'formula' +require "formula" class Pianobar < Formula - homepage 'https://github.com/PromyLOPh/pianobar/' - url 'https://github.com/PromyLOPh/pianobar/archive/2013.09.15.tar.gz' - sha256 '4b18582eb794def5bf4e7d5de211d1f6c79295edac344928e09072aa9386796c' + homepage "https://github.com/PromyLOPh/pianobar/" + head "https://github.com/PromyLOPh/pianobar.git" + url "https://github.com/PromyLOPh/pianobar/archive/2013.09.15.tar.gz" + sha256 "4b18582eb794def5bf4e7d5de211d1f6c79295edac344928e09072aa9386796c" revision 2 - head 'https://github.com/PromyLOPh/pianobar.git' - depends_on 'pkg-config' => :build - depends_on 'libao' - depends_on 'mad' - depends_on 'faad2' - depends_on 'gnutls' - depends_on 'libgcrypt' - depends_on 'json-c' - depends_on 'ffmpeg' if build.head? + depends_on "pkg-config" => :build + depends_on "libao" + depends_on "mad" + depends_on "faad2" + depends_on "gnutls" + depends_on "libgcrypt" + depends_on "json-c" + depends_on "ffmpeg" if build.head? fails_with :llvm do build 2334 @@ -36,7 +36,6 @@ class Pianobar < Formula system "make", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}" - # Install contrib folder too, why not. - prefix.install 'contrib' + prefix.install "contrib" end end -- cgit v1.2.3