require "formula" class AppEngineJavaSdk < Formula homepage "https://developers.google.com/appengine/docs/java/gettingstarted/introduction" url "https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.14.zip" sha1 "326708bf2ce584a6603076e85797398991d195eb" def install rm Dir["bin/*.cmd"] libexec.install Dir["*"] bin.write_exec_script Dir["#{libexec}/bin/*"] end end
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/log4cpp.rb
blob: 683182ab994a2a61c2f43814b9d20637929b2b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13