What I Learned Today

This weekend, I posted about my love affair with Homebrew, a new package management system for nerds who use OS X. I improved the API a lot today, which lets me make formulas that look like this:

class Zsh < StandardUnixFormula
  url 'http://downloads.sourceforge.net/project/zsh/zsh-dev/4.3.10/zsh-4.3.10.tar.gz'
  homepage 'http://www.zsh.org/'
  md5 '031efc8c8efb9778ffa8afbcd75f0152'
  skip_clean true
end

Grab the commit or clone my branch on GitHub.

Published: 10 Sep 2009