homebrew-cask/Casks/smoothmouse.rb

26 lines
976 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'
2015-07-10 14:19:04 +08:00
appcast 'http://update.smoothmouse.com/appcast.xml',
:sha256 => '8730340916f6303ee067ac4a8b575448ce5e6c840d30542dd106dd0c45b18e62'
2015-01-23 06:11:20 +08:00
name 'SmoothMouse'
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