homebrew-cask/Casks/maestral.rb

23 lines
705 B
Ruby
Raw Normal View History

2021-06-29 20:12:12 +08:00
cask "maestral" do
version "1.5.2"
2021-12-02 06:02:24 +08:00
sha256 "f0bfa344ebc5a0cee425c61a1848c11ff3a82ef4e9e93c14fb9643846eb19c70"
2021-06-29 20:12:12 +08:00
url "https://github.com/SamSchott/maestral/releases/download/v#{version}/Maestral-#{version}.dmg",
verified: "github.com/SamSchott/maestral/"
2021-06-29 20:12:12 +08:00
name "Maestral"
desc "Open-source Dropbox client"
homepage "https://maestral.app/"
auto_updates true
2021-06-29 20:12:12 +08:00
app "Maestral.app"
binary "#{appdir}/Maestral.app/Contents/MacOS/maestral-cli", target: "maestral"
2021-06-29 20:12:12 +08:00
zap trash: [
"~/Library/Application Support/maestral",
"~/Library/LaunchAgents/com.samschott.maestral.maestral.plist",
"~/Library/Logs/maestral",
"~/Library/Preferences/com.samschott.maestral.plist",
]
end