mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #163114 from singularitti/keyboard-cowboy
Add new cask `keyboard-cowboy`
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user