homebrew-cask/Casks/logitech-options.rb

26 lines
797 B
Ruby

cask 'logitech-options' do
version '6.32.4'
sha256 '34a86ac3ff38725d49f876dbe7c027f1d6afc7c666cbdbe5fe9523d1652b3c9c'
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