homebrew-cask/Casks/smoothmouse.rb

21 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