homebrew-cask/Casks/k/keyboard-cowboy.rb

17 lines
510 B
Ruby
Raw Normal View History

2023-12-22 15:13:03 +08:00
cask "keyboard-cowboy" do
version "3.20.2"
sha256 "90a9a09ce0c197e8489506dfc542c294013b5596befcf9cfca54ec8e909ccefe"
url "https://github.com/zenangst/KeyboardCowboy/releases/download/#{version}/Keyboard.Cowboy.#{version}.dmg"
name "Keyboard Cowboy"
desc "Keyboard shortcut utility"
homepage "https://github.com/zenangst/KeyboardCowboy"
auto_updates true
depends_on macos: ">= :ventura"
app "Keyboard Cowboy.app"
zap trash: "~/Library/Preferences/com.zenangst.Keyboard-Cowboy.plist"
end