homebrew-cask/Casks/smoothmouse.rb

23 lines
812 B
Ruby
Raw Normal View History

2014-11-14 01:26:58 +08:00
cask :v1 => 'smoothmouse' do
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'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:06 +08:00
pkg 'SmoothMouse.pkg'
2014-11-22 22:12:45 +08:00
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',
],
2014-09-18 19:57:59 +08:00
:delete => '/usr/bin/smoothmouse'
2014-01-20 14:10:53 +08:00
end