homebrew-cask/Casks/real-vnc.rb

14 lines
447 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'real-vnc' do
version '5.3.2'
sha256 'ed075ad1bec0d3d6ae9c446fbdec211798853d79f14c7a98520819f22fe991d3'
2015-02-13 23:21:43 +08:00
url "https://www.realvnc.com/download/file/vnc.files/VNC-#{version}-MacOSX-x86_64.pkg"
2015-02-13 23:21:43 +08:00
name 'Real VNC'
homepage 'https://www.realvnc.com'
license :freemium
pkg "VNC-#{version}-MacOSX-x86_64.pkg"
2015-02-13 23:21:43 +08:00
uninstall script: '/Applications/RealVNC/Advanced.localized/Uninstall VNC Viewer.app/Contents/Resources/uninstaller.sh'
2015-02-13 23:21:43 +08:00
end