require 'formula' class AppEngineJavaSdk < Formula homepage 'https://developers.google.com/appengine/docs/java/overview' url 'http://googleappengine.googlecode.com/files/appengine-java-sdk-1.8.3.zip' sha1 '3fa3fcb10cf4dd7602393d2f25ab5b905026b2a5' def install rm Dir['bin/*.cmd'] libexec.install Dir['*'] bin.write_exec_script "#{libexec}/bin/*" end end