homebrew-cask/Casks/trader-workstation.rb

20 lines
863 B
Ruby

cask 'trader-workstation' do
version '972'
sha256 '63026aac330e933eafe55322738efc508d09df6b3cdad69a2dbf9470a8d4bb9f'
url 'https://download2.interactivebrokers.com/installers/tws/stable-standalone/tws-stable-standalone-macosx-x64.dmg'
name 'Trader Workstation'
homepage 'https://www.interactivebrokers.com/'
installer script: {
executable: "#{staged_path}/Trader Workstation #{version} Installer.app/Contents/MacOS/JavaApplicationStub",
args: ['-q'],
}
uninstall quit: 'com.install4j.5889-6375-8446-2021.22',
script: {
executable: "#{ENV['HOME']}/Applications/Trader Workstation #{version}/Trader Workstation #{version} Uninstaller.app/Contents/MacOS/JavaApplicationStub",
args: ['-q'],
}
end