Skip to content

SamB/homebrew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew

Features, usage and installation instructions are summarized on the homepage.

This is a fork adding basic PowerPC support, so it will update from that fork by default instead of the master Homebrew branch.

Quick Install to /usr/local

To quickly install the PowerPC branch under /usr/local, use the following:

curl -Lskf http:https://github.com/sceaga/homebrew/tarball/powerpc | tar -xvzf - -C/usr/local --strip 1

Then install git and run an update:

brew install git

brew update

Note: The above assumes your /usr/local is setup with the following permissions:

drwxrwxr-x 14 root staff 476B Oct 19 14:35 /usr/local

And the user you are using has admin access (part of "staff" group).

What Packages Are Available?

  1. You can browse the Formula directory on GitHub.
  2. Or type brew search for a list.
  3. Or run brew server to browse packages off of a local web server.
  4. Or visit braumeister.org to browse packages online.

More Documentation

brew help or man brew or check our wiki.

Who Are You?

I'm Max Howell and I'm a splendid chap.

About

The missing package manager for OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.0%
  • Other 1.0%