homebrew-cask/Casks/mailbutler.rb

30 lines
965 B
Ruby

cask "mailbutler" do
version "6213,2732759"
sha256 "4d10479a6c84fa04acde28aa033faee16d5117cab28a8e1218edc38e8a5f3f58"
url "https://downloads.mailbutler.io/sparkle/public/Mailbutler_#{version.csv.first}-#{version.csv.second}.zip"
name "Mailbutler"
desc "Personal assistant and productivity tool for Apple Mail"
homepage "https://www.mailbutler.io/"
livecheck do
url "https://downloads.mailbutler.io/sparkle/public/appcast.xml"
strategy :sparkle
end
depends_on macos: ">= :high_sierra"
app "Mailbutler.app"
uninstall delete: "/Library/Mail/Bundles/Mailbutler.mailbundle"
zap trash: [
"~/Library/Application Support/com.mailbutler.app",
"~/Library/Caches/com.mailbutler.app",
"~/Library/LaunchAgents/com.mailbutler.agent.plist",
"~/Library/Preferences/com.mailbutler.agent.plist",
"~/Library/Preferences/com.mailbutler.app.plist",
"~/Library/Saved Application State/com.mailbutler.app.savedState",
]
end