cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / smoothmouse.rb
blob18ba67dc62503c0937b888c9d5e7bb1aa3f03079
1 cask :v1 => 'smoothmouse' do
2   version :latest
3   sha256 :no_check
5   url 'http://smoothmouse.com/download/latest'
6   homepage 'http://smoothmouse.com'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   pkg 'SmoothMouse.pkg'
11   uninstall :launchctl => [
12                            'com.cyberic.smoothmouse',
13                            'com.cyberic.smoothmouseupdater',
14                           ],
15             :quit      => 'com.test.SmoothMouseDaemon',
16             :kext      => 'com.cyberic.SmoothMouse',
17             :pkgutil   => [
18                            'com.cyberic.pkg.SmoothMousePrefPane',
19                            'com.cyberic.pkg.SmoothMouseKext2',
20                           ],
21             :delete    => '/usr/bin/smoothmouse'
22 end