cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / screens-connect.rb
blob1675fb267253b46a023ced13e3d5fc845db6d6ef
1 cask :v1 => 'screens-connect' do
2   version :latest
3   sha256 :no_check
5   url 'https://screensconnect.com/downloads/screensconnect.dmg'
6   homepage 'https://screensconnect.com'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   pkg 'Screens Connect.pkg'
11   uninstall :script => 'Uninstall Screens Connect.app/Contents/Resources/sc-uninstaller.tool',
12             :pkgutil => 'com.edovia.pkg.screens.connect.*'
14   uninstall_preflight do
15     system '/bin/chmod', '+x', "#{staged_path}/Uninstall Screens Connect.app/Contents/Resources/sc-uninstaller.tool"
16   end
17 end