require "formula" class GoogleAppEngine < Formula homepage "https://developers.google.com/appengine/" url "https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.17.zip" sha256 "e76511c536c66340473e3668741aeb49c4019295f5516ea5613c15415d74aa42" def install cd ".." share.install "google_appengine" => name %w[ _python_runtime.py _php_runtime.py api_server.py appcfg.py bulkload_client.py bulkloader.py dev_appserver.py download_appstats.py endpointscfg.py gen_protorpc.py google_sql.py remote_api_shell.py ].each do |fn| bin.install_symlink share/name/fn end end end