Files
homebrew-cask/Casks/k/keyboardcleantool.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
373 B
Ruby

cask "keyboardcleantool" do
version "4"
sha256 :no_check
url "https://folivora.ai/releases/KeyboardCleanTool.zip"
name "KeyboardCleanTool"
desc "Blocks all Keyboard and TouchBar input"
homepage "https://folivora.ai/keyboardcleantool"
livecheck do
url :url
strategy :extract_plist
end
app "KeyboardCleanTool.app"
# No zap stanza required
end