homebrew-cask/Casks/thinkorswim.rb

20 lines
746 B
Ruby
Raw Normal View History

2014-11-14 01:27:09 +08:00
cask :v1 => 'thinkorswim' do
2014-09-17 19:43:05 +08:00
version :latest
2014-06-08 04:19:06 +08:00
sha256 :no_check
url 'https://mediaserver.thinkorswim.com/installer/InstFiles/thinkorswim_installer.dmg'
2015-05-05 04:26:31 +08:00
name 'thinkDesktop'
homepage 'http://mediaserver.thinkorswim.com/installer/install.html#macosx'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
installer :script => 'thinkorswim Installer.app/Contents/MacOS/JavaApplicationStub',
:args => [ '-q' ],
:sudo => false
uninstall :script => {
:executable => '/Applications/thinkorswim/thinkorswim Uninstaller.app/Contents/MacOS/JavaApplicationStub',
:args => [ '-q' ],
:sudo => false
}
2014-06-08 04:19:06 +08:00
end