require 'formula' class GoAppEngine32 < Formula homepage 'http://code.google.com/appengine/docs/go/overview.html' url 'http://googleappengine.googlecode.com/files/go_appengine_sdk_darwin_386-1.8.8.zip' sha1 'fc087bb492fe2560d1d328ef4e5c65273f94a97a' def install cd '..' share.install 'go_appengine' => name bin.mkpath %w[ api_server.py appcfg.py bulkloader.py bulkload_client.py dev_appserver.py download_appstats.py goapp ].each do |fn| ln_s share+name+fn, bin end end end