Add formula for the Google App Engine for Java SDK

Signed-off-by: Max Howell <max@methylblue.com>

I had quite a few quibbles with the name. Google can't make up their minds what they call it apparently!
This commit is contained in:
Jari Bakken 2009-09-18 23:43:20 +02:00 committed by Max Howell
parent e4d7a6abe1
commit f85bf868c9

View file

@ -0,0 +1,11 @@
require 'brewkit'
class AppEngineJavaSdk <Formula
@url='http://googleappengine.googlecode.com/files/appengine-java-sdk-1.2.5.zip'
@homepage='http://code.google.com/appengine/docs/java/overview.html'
@sha1='f0ef8454f72b550791ac856849e322054c4bc8f4'
def install
prefix.install Dir['*']
end
end