homebrew-cask/Casks/karabiner.rb

15 lines
583 B
Ruby
Raw Normal View History

2014-07-10 13:28:06 +08:00
class Karabiner < Cask
2014-07-23 11:19:05 +08:00
version '10.1.0'
sha256 '0be9cf09b1a02d909ce0f98ad253d3311829318e761db1e92f1b9770225ce14e'
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-07-10 13:28:06 +08:00
install '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