homebrew-cask/Casks/karabiner.rb

15 lines
579 B
Ruby
Raw Normal View History

2014-07-10 13:28:06 +08:00
class Karabiner < Cask
2014-08-22 07:37:01 +08:00
version '10.2.0'
sha256 'a5bd3717023d44a425f480289e13a66652bfe70f87c97bea03e73fded6283529'
2014-07-23 11:19:05 +08:00
url "https://pqrs.org/osx/karabiner/files/Karabiner-#{version}.dmg"
homepage 'https://pqrs.org/osx/karabiner/'
2014-09-10 23:37:02 +08:00
pkg 'Karabiner.pkg'
binary '/Applications/Karabiner.app/Contents/Library/vendor/bin/blueutil'
binary '/Applications/Karabiner.app/Contents/Library/utilities/bin/warp-mouse-cursor-position'
2014-07-10 13:28:06 +08:00
uninstall :quit => 'org.pqrs.Karabiner',
:pkgutil => 'org.pqrs.driver.Karabiner',
:kext => 'org.pqrs.driver.Karabiner'
2014-07-10 13:28:06 +08:00
end