homebrew-cask/Casks/genymotion.rb

20 lines
488 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'genymotion' do
2015-12-02 23:55:06 +08:00
version '2.6.0'
sha256 '9d12ae904761d76b15a556262d7eb32d1f5031fe60690224d7b0a70303cf8d39'
2014-09-26 20:08:55 +08:00
url "http://files2.genymotion.com/genymotion/genymotion-#{version}/genymotion-#{version}.dmg"
2015-03-30 21:38:41 +08:00
name 'Genymotion'
homepage 'https://www.genymotion.com/'
2015-07-17 15:05:20 +08:00
license :commercial
depends_on :cask => 'virtualbox'
2014-09-16 00:05:37 +08:00
app 'Genymotion.app'
app 'Genymotion Shell.app'
2015-10-16 03:06:20 +08:00
binary 'Genymotion Shell.app/Contents/MacOS/genyshell'
caveats do
files_in_usr_local
end
2013-10-31 22:52:23 +08:00
end