homebrew-cask/Casks/smoothmouse.rb

21 lines
691 B
Ruby
Raw Normal View History

2014-01-20 14:10:53 +08:00
class Smoothmouse < Cask
2014-09-17 19:43:02 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://smoothmouse.com/download/latest'
homepage 'http://smoothmouse.com'
2014-09-10 23:37:06 +08:00
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',
],
:files => '/usr/bin/smoothmouse'
2014-01-20 14:10:53 +08:00
end