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.
23 lines
599 B
Ruby
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
|