homebrew-cask/Casks/vorta.rb

33 lines
845 B
Ruby

cask "vorta" do
version "0.8.10"
sha256 "3c4f8d55d149046052fac57764f3b4bbea8590961f44ee6eb7d11d451ca1197d"
url "https://github.com/borgbase/vorta/releases/download/v#{version}/vorta-#{version}.dmg"
name "Vorta"
desc "Desktop Backup Client for Borg"
homepage "https://github.com/borgbase/vorta"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :mojave"
app "Vorta.app"
zap trash: "~/Library/Application Support/Vorta"
caveats <<~EOS
#{token} requires BorgBackup to run. If you do not need mount support, use the official formula:
brew install borgbackup
If you plan on mounting archives using macFUSE, consider using the Tap maintained by the Borg team:
brew install --cask macfuse
brew install borgbackup/tap/borgbackup-fuse
EOS
end