Skip to content

Commit

Permalink
acronis-true-image-cleanup-tool 41561
Browse files Browse the repository at this point in the history
Acronis True Image Cleanup Utility

Unfortunately, it must be downloaded separately.
To be used by `acronis-true-image`'s zap stanza.
  • Loading branch information
Valentin Kulesh committed Nov 5, 2024
1 parent 87b7d60 commit 2e7159f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Casks/a/acronis-true-image-cleanup-tool.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cask "acronis-true-image-cleanup-tool" do
version "41561"
sha256 "aae4d79ea1324941d67857f1ab81efdc8b680dd4dd14380f78bf7c5b9320a5bd"

url "https://dl.acronis.com/u/support/KB/cleanup_tool%20Mac?version=#{version}"
name "Acronis True Image Cleanup Utility"
desc "Uninstaller for Acronis True Image"
homepage "https://care.acronis.com/s/article/48668-Acronis-Cyber-Protect-Home-Office-Acronis-True-Image-Cleanup-Utility"

livecheck do
url :url
regex(/\x00cleanup_tool_mac_macarm64_(.+?)\x00/)
end

depends_on macos: ">= :big_sur"

google_cloud_sdk_root = "#{HOMEBREW_PREFIX}/lib/acronis-true-image"

binary "#{staged_path}/cleanup_tool%20Mac", target: "#{google_cloud_sdk_root}/cleanup_tool"

# No zap stanza required
end

0 comments on commit 2e7159f

Please sign in to comment.