homebrew-cask/Casks/ubersicht.rb

31 lines
870 B
Ruby

cask "ubersicht" do
version "1.6.72"
sha256 "060464069fe9d744d0f36b11950f9c918aab1a01232a53977380ae3beb4c0b8e"
url "https://tracesof.net/uebersicht/releases/Uebersicht-#{version}.app.zip"
name "Übersicht"
desc "Run commands and display their output on the desktop"
homepage "https://tracesof.net/uebersicht/"
livecheck do
url :homepage
regex(%r{href=.*?/Uebersicht[._-]v?(\d+(?:\.\d+)+)\.app\.zip}i)
end
auto_updates true
depends_on macos: ">= :el_capitan"
app "Übersicht.app"
uninstall login_item: "Übersicht",
quit: "tracesOf.Uebersicht"
zap trash: [
"~/Library/Application Support/Übersicht",
"~/Library/Application Support/tracesOf.Uebersicht",
"~/Library/Caches/tracesOf.Uebersicht",
"~/Library/Preferences/tracesOf.Uebersicht.plist",
"~/Library/WebKit/tracesOf.Uebersicht",
]
end