How do I install Homebrew on Tiger?

So, I finally managed to have a working version of homebrew, but it wasn't that simple.

First, download from sources and make install of Git following these instructions.

Then, using git, get the sceaga Tiger branch of Homebrew.

All should then work correctly (more or less).

EDIT There seems to be a tarball hidden somwhere that could be used with root installation procedure. It has the obvious interest of avoiding one to install git just for the sake of having a running homebrew to ... install another git version.


Here is the single-step install of Homebrew on Tiger PPC:

/usr/bin/ruby -e "$(curl -fsSLk https://raw.github.com/gist/1144389/5723f23d03c49912ffd460d32e958e71d7e0cd67/install_homebrew.rb)"

It installs sceaga's Tiger branch, precisely the one you quote above…
I've just forked the former install_homebrew.rb and modified it in order to work under Tiger PPC.
You can review my code here