Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Some more aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 4, 2009
1 parent 483f536 commit a750184
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/go.rb
Expand Up @@ -4,6 +4,8 @@ class Go <Formula
head 'https://go.googlecode.com/hg/'
homepage 'http://golang.org'

aka 'google-go'

skip_clean 'bin'

def download_strategy
Expand Down
2 changes: 2 additions & 0 deletions Library/Formula/postgresql.rb
Expand Up @@ -7,6 +7,8 @@ class Postgresql <Formula

depends_on 'readline'

aka 'postgres'

def install
configure_args = [
"--enable-thread-safety",
Expand Down
2 changes: 2 additions & 0 deletions Library/Formula/ruby-enterprise-edition.rb
Expand Up @@ -7,6 +7,8 @@ class RubyEnterpriseEdition <Formula

skip_clean 'bin/ruby'

aka :ree

def install
ENV.gcc_4_2 # fails with LLVM
system "./installer --auto #{prefix} --no-tcmalloc"
Expand Down

0 comments on commit a750184

Please sign in to comment.