-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathtextbar.rb
More file actions
32 lines (25 loc) · 940 Bytes
/
textbar.rb
File metadata and controls
32 lines (25 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
cask "textbar" do
version "3.5.6"
sha256 "61fba4cdab18070c1ba21176072556df42a9c92fc280a51363028d86731a298e"
url "https://raw.githubusercontent.com/richie5um/richie5um.github.io/master/apps/textbar/TextBar.app-#{version}.zip",
verified: "raw.githubusercontent.com/richie5um/richie5um.github.io/master/apps/textbar/"
name "TextBar"
desc "Add any text to menu bar"
homepage "http://richsomerfield.com/apps/textbar/"
livecheck do
url "https://raw.githubusercontent.com/richie5um/richie5um.github.io/master/apps/textbar/sparkle_textbar.xml"
strategy :sparkle
end
disable! date: "2026-09-01", because: :fails_gatekeeper_check
auto_updates true
depends_on :macos
app "TextBar.app"
zap trash: [
"~/Library/Application Support/TextBar",
"~/Library/Caches/com.RichSomerfield.TextBar",
"~/Library/Preferences/com.RichSomerfield.TextBar.plist",
]
caveats do
requires_rosetta
end
end