excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / u / ubersicht.rb
blob42a66adeff8b4cb7ebb362332655a15c97ebd75d
1 cask "ubersicht" do
2   version "1.6.82"
3   sha256 "39db5e0abf03f6390992511c946c19b97a89f84ebe2ac87219ebf921fffb972b"
5   url "https://tracesof.net/uebersicht/releases/Uebersicht-#{version}.app.zip"
6   name "Übersicht"
7   desc "Run commands and display their output on the desktop"
8   homepage "https://tracesof.net/uebersicht/"
10   livecheck do
11     url "https://raw.githubusercontent.com/felixhageloh/uebersicht/gh-pages/updates.xml.rss"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
16   depends_on macos: ">= :monterey"
18   app "Übersicht.app"
20   uninstall quit:       "tracesOf.Uebersicht",
21             login_item: "Übersicht"
23   zap trash: [
24     "~/Library/Application Support/tracesOf.Uebersicht",
25     "~/Library/Application Support/Übersicht",
26     "~/Library/Caches/tracesOf.Uebersicht",
27     "~/Library/Preferences/tracesOf.Uebersicht.plist",
28     "~/Library/WebKit/tracesOf.Uebersicht",
29   ]
30 end