homebrew-cask/Casks/logitech-options.rb

26 lines
799 B
Ruby

cask 'logitech-options' do
version '6.35.142'
sha256 '501c0185149fc1b018f06ebafa574dc48560285570c2db866ead0d8e79eeef00'
url "http://www.logitech.com/pub/techsupport/options/Options_#{version}.zip"
name 'Logitech Options'
homepage 'https://support.logitech.com/en_us/software/options'
depends_on macos: '>= :mavericks'
pkg "LogiMgr Installer #{version}.app/Contents/Resources/LogiMgr.mpkg"
uninstall script: {
executable: '/Applications/Utilities/LogiMgr Uninstaller.app/Contents/Resources/Uninstaller',
sudo: false,
},
pkgutil: [
'com.logitech.manager.pkg',
'com.Logitech.signedKext.pkg',
]
caveats do
reboot
end
end