homebrew-cask/Casks/screens-connect.rb

15 lines
453 B
Ruby
Raw Normal View History

class ScreensConnect < Cask
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://screensconnect.com/downloads/screensconnect.dmg'
homepage 'https://screensconnect.com'
install 'Screens Connect.pkg'
2014-05-21 09:36:47 +08:00
uninstall :script => 'Uninstall Screens Connect.app/Contents/Resources/sc-uninstaller.tool'
before_uninstall do
system '/bin/chmod', '+x', "#{destination_path}/Uninstall Screens Connect.app/Contents/Resources/sc-uninstaller.tool"
end
end