Skip to content

Commit

Permalink
vowpal-wabbit: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed May 31, 2014
1 parent cf79e18 commit e95a0f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/vowpal-wabbit.rb
@@ -1,24 +1,24 @@
require 'formula'
require "formula"

class VowpalWabbit < Formula
homepage 'https://github.com/JohnLangford/vowpal_wabbit'
url 'https://github.com/JohnLangford/vowpal_wabbit/archive/7.6.tar.gz'
sha1 '854f6e54568f6c2e849d43b0f6cd1cc286ec965d'
homepage "https://github.com/JohnLangford/vowpal_wabbit"
url "https://github.com/JohnLangford/vowpal_wabbit/archive/7.6.tar.gz"
sha1 "854f6e54568f6c2e849d43b0f6cd1cc286ec965d"

head do
url 'https://github.com/JohnLangford/vowpal_wabbit.git'
url "https://github.com/JohnLangford/vowpal_wabbit.git"

depends_on :autoconf
depends_on :automake
depends_on :libtool
end

depends_on 'boost' => :build
depends_on "boost" => :build

def install
if build.head?
inreplace 'autogen.sh' do |s|
s.gsub! '/usr/share/aclocal', "#{HOMEBREW_PREFIX}/share/aclocal"
inreplace "autogen.sh" do |s|
s.gsub! "/usr/share/aclocal", "#{HOMEBREW_PREFIX}/share/aclocal"
end
system "./autogen.sh"
end
Expand Down

0 comments on commit e95a0f4

Please sign in to comment.