excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / h / haptickey.rb
blobd221f2588b0bdf75e5c5b66f1bcae97ae57794e0
1 cask "haptickey" do
2   version "0.7.0"
3   sha256 "f2f2cb1b8bc38cec80d430dabf3c8020c40a54b0380079e83294c62c7c108c53"
5   url "https://github.com/niw/HapticKey/releases/download/#{version}/HapticKey.app.zip"
6   name "HapticKey"
7   desc "Trigger haptic feedback when tapping Touch Bar"
8   homepage "https://github.com/niw/HapticKey"
10   depends_on macos: ">= :sierra"
12   app "HapticKey.app"
14   uninstall quit: "at.niw.HapticKey"
16   zap trash: [
17     "~/Library/Caches/at.niw.HapticKey",
18     "~/Library/Preferences/at.niw.HapticKey.plist",
19   ]
20 end