Files
homebrew-cask/Casks/t/tickeys.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

15 lines
482 B
Ruby

cask "tickeys" do
version "0.5.0"
sha256 "55e4550ced3f1bed413e15229e813443019f335f546b1edd41418744eee8e325"
url "https://github.com/yingDev/Tickeys/releases/download/#{version}/Tickeys-#{version}-yosemite.dmg",
verified: "github.com/yingDev/Tickeys/"
name "Tickeys"
desc "Utility for producing audio feedback when typing"
homepage "https://www.yingdev.com/projects/tickeys"
app "Tickeys.app"
zap trash: "~/Library/Preferences/com.yingDev.Tickeys.plist"
end