mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
26 lines
705 B
Ruby
26 lines
705 B
Ruby
cask "ente" do
|
|
version "1.6.55"
|
|
sha256 "dbaee5434e38769bd3949fea3154ad4e787e7d1b06ecdaaf91be71d06d825503"
|
|
|
|
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
|