phinze/homebrew-cask

View on GitHub
Casks/b/bbackupp.rb

Summary

Maintainability
A
40 mins
Test Coverage
cask "bbackupp" do
  version "2.14.74"
  sha256 "2870ff5a6c5c7b0a6c3af37d52eb6c2c6546dae8cb503aa579363d1d8bd260c5"

  url "https://github.com/Lakr233/BBackupp/releases/download/#{version}/BBackupp.zip"
  name "BBackupp"
  desc "iOS device backup software"
  homepage "https://github.com/Lakr233/BBackupp"

  livecheck do
    url :url
    strategy :github_latest
  end

  depends_on macos: ">= :ventura"

  app "BBackupp.app"

  zap trash: [
    "~/Documents/BBackupp",
    "~/Library/HTTPStorages/wiki.qaq.BBackupp",
    "~/Library/HTTPStorages/wiki.qaq.BBackupp.binarycookies",
    "~/Library/Preferences/wiki.qaq.BBackupp.plist",
    "~/Library/Saved Application State/wiki.qaq.BBackupp.savedState",
  ]
end