homebrew-cask/Casks/webcatalog.rb

24 lines
850 B
Ruby

cask "webcatalog" do
version "27.0.0"
sha256 "ad9622289121db1c9a2638e6759abba27c0cf3df6d4a817c789497b78863b927"
# github.com/webcatalog/webcatalog-app/ was verified as official when first introduced to the cask
url "https://github.com/webcatalog/webcatalog-app/releases/download/v#{version}/WebCatalog-#{version}.dmg"
appcast "https://github.com/webcatalog/webcatalog-app/releases.atom"
name "WebCatalog"
desc "Tool to run web apps like desktop apps"
homepage "https://webcatalog.app/"
auto_updates true
app "WebCatalog.app"
zap trash: [
"~/Library/Application Support/WebCatalog",
"~/Library/Caches/com.webcatalog.jordan",
"~/Library/Caches/com.webcatalog.jordan.ShipIt",
"~/Library/Preferences/com.webcatalog.jordan.plist",
"~/Library/Saved Application State/com.webcatalog.jordan.savedState",
]
end