excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / anka-build-cloud-controller-and-registry.rb
blobd20a354a794cf40887ef50a5d24d83c62b2a448e
1 cask "anka-build-cloud-controller-and-registry" do
2   arch arm: "Arm64", intel: "Amd64"
4   version "1.39.0-d35842e6"
5   sha256 arm:   "0b7cd5e1e27a6466380de772cfa26c97ca6544f71450086043ee55cd505c4ffc",
6          intel: "1205ac08ac225574e22097a1034d44f80f7d81d71309e0b610884228813c0832"
8   url "https://downloads.veertu.com/anka/AnkaControllerRegistry#{arch}-#{version}.pkg"
9   name "Anka Build Cloud Controller & Registry"
10   desc "Virtual machine management GUI/API and registry"
11   homepage "https://veertu.com/"
13   deprecate! date: "2023-12-17", because: :discontinued
15   pkg "AnkaControllerRegistry#{arch}-#{version}.pkg"
17   uninstall script: {
18     executable: "/Library/Application Support/Veertu/Anka/tools/controller/uninstall.sh",
19     args:       ["-f"],
20     sudo:       true,
21   }
23   zap trash: "/Library/Logs/Veertu/AnkaController",
24       rmdir: "/Library/Application Support/Veertu/Anka/registry"
26   caveats do
27     license "https://veertu.com/terms-and-conditions/"
29     <<~EOS
30       This package has been replaced with two separate packages and will eventually be removed. For more information, please see
32       https://docs.veertu.com/anka/anka-build-cloud/release-notes/#1400-1400-95a63938---december-6th-2023
33     EOS
34   end
35 end