homebrew-cask/Casks/m/mailbutler.rb

30 lines
965 B
Ruby

cask "mailbutler" do
version "6818,3004614"
sha256 "d117ae9cbe932852341060819510c31b74d0a04685763a4ca78990da2cef4132"
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