homebrew-cask/Casks/real-vnc.rb

31 lines
1.2 KiB
Ruby

cask 'real-vnc' do
version '6.1.1'
sha256 '3b3437ba078774692b8073273163a93cefa9c5b936b718e2020a657d4496df79'
url "https://www.realvnc.com/download/file/vnc.files/VNC-#{version}-MacOSX-x86_64.pkg"
name 'Real VNC'
homepage 'https://www.realvnc.com/'
pkg "VNC-#{version}-MacOSX-x86_64.pkg"
uninstall_preflight do
system_command '/Applications/RealVNC/Uninstall VNC Server.app/Contents/Resources/uninstaller.sh', print_stderr: false, sudo: true
system_command '/Applications/RealVNC/Uninstall VNC Viewer.app/Contents/Resources/uninstaller.sh', print_stderr: false, sudo: true
end
uninstall launchctl: [
'com.realvnc.vncserver',
'com.realvnc.vncserver.peruser',
],
pkgutil: [
'com.realvnc.vncserver.pkg',
'com.realvnc.vncviewer.pkg',
]
zap delete: [
'~/Library/Saved Application State/com.realvnc.vnclicensewiz.savedState',
'~/Library/Saved Application State/com.realvnc.vncviewer.savedState',
'~/Library/Saved Application State/com.realvnc.vncserver.savedState',
]
end