homebrew-cask/Casks/teamdrive.rb

26 lines
1.2 KiB
Ruby

cask 'teamdrive' do
version '4.3.0.1609'
sha256 '3cbfebfdb93f4983a573f6718aef7c4c72b5285b851a7ef7cfa887d7e1b6b627'
# s3download.teamdrive.net.s3.amazonaws.com was verified as official when first introduced to the cask
url "http://s3download.teamdrive.net.s3.amazonaws.com/#{version.major_minor}.#{version.split('.').last}/TMDR/mac-10.10.5/Install-TeamDrive-#{version}_TMDR.dmg"
name 'TeamDrive'
homepage 'https://www.teamdrive.com/'
installer script: "Install-TeamDrive-#{version}_TMDR.app/Contents/MacOS/osx-intel",
args: ['--unattendedmodeui', 'none', '--mode', 'unattended']
uninstall script: {
executable: '/Applications/TeamDrive/uninstall.app/Contents/MacOS/osx-intel',
args: ['--mode', 'unattended'],
},
signal: [
['QUIT', 'com.teamdrive.teamdrive3'],
['KILL', 'com.teamdrive.teamdrive3'],
['QUIT', 'com.teamdrive.teamdrive3.FinderExt'],
['KILL', 'com.teamdrive.teamdrive3.FinderExt'],
['QUIT', 'com.teamdrive.teamdrive3.MenuExt'],
['KILL', 'com.teamdrive.teamdrive3.MenuExt'],
]
end