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:
parent
e4d7a6abe1
commit
f85bf868c9
1 changed files with 11 additions and 0 deletions
11
Formula/app-engine-java-sdk.rb
Normal file
11
Formula/app-engine-java-sdk.rb
Normal 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
|
Loading…
Reference in a new issue