homebrew-cask/Casks/logitech-gaming-software.rb

21 lines
679 B
Ruby

cask 'logitech-gaming-software' do
version '8.87.92'
sha256 'acc6a474d1cde82a7e21fe24f5ce32af0ee7307ec7d1e2dd4389249c83e5c7c5'
url "http://download01.logitech.com/web/ftp/pub/techsupport/gaming/LogitechSetup_#{version}.zip"
name 'Logitech Gaming Software'
homepage 'https://support.logitech.com/en_us/downloads'
pkg 'LogitechGamingInstaller.app/Contents/Resources/LogiGamingSetup.mpkg'
uninstall script: '/Applications/Logitech/Uninstaller.app/Contents/Resources/UninstallScript.sh',
pkgutil: [
'com.logitech.gaming',
'com.logitech.lcdmanager',
]
caveats do
reboot
end
end