Skip to content

Commit

Permalink
ruby-build: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed May 20, 2014
1 parent a44ba80 commit 48900f7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/ruby-build.rb
@@ -1,18 +1,17 @@
require 'formula'
require "formula"

class RubyBuild < Formula
homepage 'https://github.com/sstephenson/ruby-build'
url 'https://github.com/sstephenson/ruby-build/archive/v20140517.tar.gz'
sha1 'a26aa68f444beaac5ea2c07dcb49803e667bbfae'
head "https://github.com/sstephenson/ruby-build.git"
homepage "https://github.com/sstephenson/ruby-build"
url "https://github.com/sstephenson/ruby-build/archive/v20140517.tar.gz"
sha1 "a26aa68f444beaac5ea2c07dcb49803e667bbfae"

head 'https://github.com/sstephenson/ruby-build.git'

depends_on 'autoconf' => [:recommended, :run]
depends_on 'pkg-config' => [:recommended, :run]
depends_on 'openssl' => :recommended
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]
depends_on "openssl" => :recommended

def install
ENV['PREFIX'] = prefix
ENV["PREFIX"] = prefix
system "./install.sh"
end

Expand Down

0 comments on commit 48900f7

Please sign in to comment.