homebrew-cask/Casks/karabiner.rb

35 lines
1.7 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'karabiner' do
2016-06-10 04:50:31 +08:00
version '10.19.0'
sha256 '55e8c7a64e83b03f598a71f67a41c76f8bdac5b1b0be1aba46bbbb6e66d698a1'
2014-07-23 11:19:05 +08:00
url "https://pqrs.org/osx/karabiner/files/Karabiner-#{version}.dmg"
appcast 'https://pqrs.org/osx/karabiner/files/appcast.xml',
2016-06-10 04:50:31 +08:00
checkpoint: '864ef514c3bdd06757610d078a416e3b33801a92b8b88fc9291a8011f1efa8b8'
2014-12-11 00:34:45 +08:00
name 'Karabiner'
homepage 'https://pqrs.org/osx/karabiner/'
license :public_domain
2016-02-10 07:55:44 +08:00
auto_updates true
2015-08-12 21:23:13 +08:00
pkg 'Karabiner.sparkle_guided.pkg'
binary '/Applications/Karabiner.app/Contents/Library/vendor/bin/blueutil'
binary '/Applications/Karabiner.app/Contents/Library/utilities/bin/warp-mouse-cursor-position'
uninstall quit: 'org.pqrs.Karabiner',
pkgutil: 'org.pqrs.driver.Karabiner',
kext: 'org.pqrs.driver.Karabiner'
zap delete: [
'~/Library/Application Support/Karabiner',
'~/Library/Application Support/KeyRemap4MacBook',
'~/Library/Caches/org.pqrs.KeyRemap4MacBook',
'~/Library/Preferences/org.pqrs.Karabiner-AXNotifier.plist',
'~/Library/Preferences/org.pqrs.Karabiner.multitouchextension.plist',
'~/Library/Preferences/org.pqrs.Karabiner.plist',
'~/Library/Preferences/org.pqrs.Karabiner.EventViewer.plist',
'~/Library/Caches/org.pqrs.Karabiner',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.pqrs.karabine.sfl',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.pqrs.karabine.eventviewer.sfl',
]
2014-07-10 13:28:06 +08:00
end