homebrew-cask/Casks/smoothmouse.rb

26 lines
921 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'smoothmouse' do
version '1.0.10'
sha256 '3bff8843fbe263426d0587a2ae671f3e55fe2a46e069677355cf41f6afa28497'
url "http://update.smoothmouse.com/SmoothMouse%20#{version}.zip"
2015-07-10 14:19:04 +08:00
appcast 'http://update.smoothmouse.com/appcast.xml',
checkpoint: '5971898ce809ee4bad6a80918fc30d853f7dc98d88e35a05efa4f2c72b40b073'
2015-01-23 06:11:20 +08:00
name 'SmoothMouse'
homepage 'http://smoothmouse.com'
license :gratis
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',
],
delete: '/usr/bin/smoothmouse'
2014-01-20 14:10:53 +08:00
end