homebrew-cask/Casks/genymotion.rb

15 lines
426 B
Ruby

cask 'genymotion' do
version '2.11.1'
sha256 '338a4da6106c28a62d924b0818129adadd95b5924951b5d1f3ede880fa27e68a'
url "https://dl.genymotion.com/releases/genymotion-#{version}/genymotion-#{version}.dmg"
name 'Genymotion'
homepage 'https://www.genymotion.com/'
depends_on cask: 'virtualbox'
app 'Genymotion.app'
app 'Genymotion Shell.app'
binary "#{appdir}/Genymotion Shell.app/Contents/MacOS/genyshell"
end