homebrew-cask-versions/Casks/smoothmouse.rb
2014-09-18 07:57:59 -04:00

20 lines
691 B
Ruby

class Smoothmouse < Cask
version :latest
sha256 :no_check
url 'http://smoothmouse.com/download/latest'
homepage 'http://smoothmouse.com'
pkg 'SmoothMouse.pkg'
uninstall :launchctl => [
'com.cyberic.smoothmouse',
'com.cyberic.smoothmouseupdater',
],
:quit => 'com.test.SmoothMouseDaemon',
:kext => 'com.cyberic.SmoothMouse',
:pkgutil => [
'com.cyberic.pkg.SmoothMousePrefPane',
'com.cyberic.pkg.SmoothMouseKext2',
],
:delete => '/usr/bin/smoothmouse'
end