homebrew-cask-versions/Casks/logitech-control-center.rb
Josh Butts 7d377a99a6 Logitech Control Center drivers
This should complement existing unifying software installer, and
provides the drivers for customzing mouse behavior on devices
like the Performance Mouse MX and other modern logitech
products.
2013-10-05 15:04:32 -05:00

8 lines
362 B
Ruby

class LogitechControlCenter < Cask
url 'http://www.logitech.com/pub/techsupport/mouse/mac/lcc370.zip'
homepage 'http://www.logitech.com'
version '3.70'
sha1 'b5a1112391b3b3e86aee07e9635b0f3df9b69fe8'
install 'LCC Installer.app/Contents/Resources/Logitech Control Center.mpkg'
uninstall 'LCC Installer.app/Contents/Resources/LCC Uninstaller Tool'
end