mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
373 B
Ruby
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
|