homebrew-cask/Casks/android-studio-bundle.rb

15 lines
531 B
Ruby
Raw Normal View History

cask :v1 => 'android-studio-bundle' do
2014-08-26 11:13:58 +08:00
version '0.8.6 build-135.1339820'
sha256 '3a9f65434a2381019f4487481331f539a69b09b8ea81a8b4dfff9c6a126423f0'
2014-08-26 11:13:58 +08:00
url 'https://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-mac.dmg'
homepage 'http://developer.android.com/sdk/installing/studio.html'
license :unknown
2014-09-16 00:05:14 +08:00
app 'Android Studio.app'
postflight do
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{staged_path}/Android Studio.app/Contents/Info.plist"
end
end