homebrew-cask/Casks/microsoft-intellipoint.rb

18 lines
803 B
Ruby
Raw Normal View History

cask :v1 => 'microsoft-intellipoint' do
2014-07-14 00:17:46 +08:00
version '8.2'
sha256 '1a4612d3237084d0502d947793c097575febc95442130e2384c8fbf4b52cac9e'
url 'http://download.microsoft.com/download/B/1/0/B109F931-70E2-425F-8681-EAAB75845AB8/Microsoft-Mouse_d305.dmg'
homepage 'http://www.microsoft.com/hardware/en-us/mice'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-07-14 00:17:46 +08:00
2014-09-10 23:37:03 +08:00
pkg 'Microsoft Mouse Installer.app/Contents/Resources/Microsoft Mouse.pkg'
2014-07-14 00:17:46 +08:00
uninstall :pkgutil => 'com.microsoft.mouse.installer',
:kext => [
'com.microsoft.driver.MicrosoftMouse',
'com.microsoft.driver.MicrosoftMouseBluetooth',
'com.microsoft.driver.MicrosoftMouseUSB',
]
end