homebrew-cask/Casks/e/ente.rb

26 lines
705 B
Ruby

cask "ente" do
version "1.6.41"
sha256 "8a46ebf245b25d03f4455421423c6ea6a699ff8eb41116b39a0aee80bf85c6fd"
url "https://github.com/ente-io/photos-desktop/releases/download/v#{version}/ente-#{version}.dmg",
verified: "github.com/ente-io/photos-desktop/"
name "Ente"
desc "Desktop client for Ente"
homepage "https://ente.io/"
livecheck do
url :url
strategy :github_latest
end
app "ente.app"
zap trash: [
"~/Library/Application Support/ente",
"~/Library/Logs/ente",
"~/Library/Preferences/io.ente.bhari-frame.plist",
"~/Library/Preferences/io.ente.bhari-frame.helper.plist",
"~/Library/Saved Application State/io.ente.bhari-frame.savedState",
]
end