Ruby Enterprise Edition 1.8.7-20090928
A server-oriented friendly branch of Ruby which includes various enhancements.
This commit is contained in:
parent
350f4bd2c5
commit
e267611d72
1 changed files with 12 additions and 0 deletions
12
Formula/ruby-enterprise-edition.rb
Normal file
12
Formula/ruby-enterprise-edition.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'brewkit'
|
||||
|
||||
class RubyEnterpriseEdition <Formula
|
||||
url 'http://rubyforge.org/frs/download.php/64475/ruby-enterprise-1.8.7-20090928.tar.gz'
|
||||
md5 'ae00018ce89d95419dfde370fcd485ac'
|
||||
homepage 'http://rubyenterpriseedition.com/'
|
||||
|
||||
def install
|
||||
ENV.gcc_4_2 # fails with LLVM
|
||||
system "./installer --auto #{prefix} --no-tcmalloc"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue