Files
homebrew-cask/Casks/v/vitals.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

17 lines
478 B
Ruby

cask "vitals" do
version "0.9"
sha256 "18206b666b7629bc56cf2154b001112a67cdf06222a03049ab0823d088180ed7"
url "https://github.com/hmarr/vitals/releases/download/v#{version}/vitals-v#{version}.zip"
name "Vitals"
desc "Tiny process monitor"
homepage "https://github.com/hmarr/vitals/"
app "Vitals.app"
zap trash: [
"~/Library/Application Scripts/com.hmarr.Vitals-LaunchAtLoginHelper",
"~/Library/Containers/com.hmarr.Vitals-LaunchAtLoginHelper",
]
end