mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
683 B
Ruby
22 lines
683 B
Ruby
cask "cloudash" do
|
|
version "1.22.0"
|
|
sha256 "f9956be889126f8ea8143f241b1c0b4beb119404fda59b61cb3b59f56fc88470"
|
|
|
|
url "https://github.com/cloudashdev/cloudash/releases/download/#{version}/Cloudash-#{version}.dmg",
|
|
verified: "github.com/cloudashdev/cloudash/"
|
|
name "cloudash"
|
|
desc "Monitoring and troubleshooting for serverless architectures"
|
|
homepage "https://cloudash.dev/"
|
|
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "Cloudash.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/cloudash",
|
|
"~/Library/Logs/Cloudash",
|
|
"~/Library/Preferences/dev.cloudash.cloudash.plist",
|
|
"~/Library/Saved Application State/dev.cloudash.cloudash.savedState",
|
|
]
|
|
end
|