Files
homebrew-cask/Casks/m/marvin.rb

28 lines
845 B
Ruby

cask "marvin" do
arch arm: "-arm64"
hostname_arch = on_arch_conditional arm: "amarm", intel: "amazingmarvin"
version "1.63.0"
sha256 arm: "46bd20dbef2ca137e9452fec120ac454b4eeca038954ea2af054eb4d830785d6",
intel: "3a3c44968e66274785c928545db34833d3c9369dd2fee17288de7054ce78ae66"
url "https://#{hostname_arch}.s3.amazonaws.com/Marvin-#{version}#{arch}-mac.zip",
verified: "#{hostname_arch}.s3.amazonaws.com/"
name "Amazing Marvin"
desc "Personal productivity app"
homepage "https://www.amazingmarvin.com/"
livecheck do
url "https://#{hostname_arch}.s3.amazonaws.com/latest-mac.yml"
strategy :electron_builder
end
app "Marvin.app"
zap trash: [
"~/Library/Application Support/Marvin",
"~/Library/Logs/Marvin",
"~/Library/Preferences/com.amazingmarvin.marvindesktop.plist",
]
end