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

23 lines
599 B
Ruby

cask "textbar" do
version "3.5.6"
sha256 "61fba4cdab18070c1ba21176072556df42a9c92fc280a51363028d86731a298e"
url "http://richsomerfield.com/apps/textbar/TextBar.app-#{version}.zip"
name "TextBar"
desc "Add any text to menu bar"
homepage "http://richsomerfield.com/apps/"
livecheck do
url "http://richsomerfield.com/apps/textbar/sparkle_textbar.xml"
strategy :sparkle
end
app "TextBar.app"
zap trash: [
"~/Library/Application Support/TextBar",
"~/Library/Caches/com.RichSomerfield.TextBar",
"~/Library/Preferences/com.RichSomerfield.TextBar.plist",
]
end