cask "perforce" do arch arm: "12arm64", intel: "1015x86_64" version "2024.2,2675662" sha256 arm: "0d515f9f6373715001579238ca002441db748a6d963dfbaa7a651332effdee40", intel: "00caa26744ad90f0d461df138ca2f8ae3d24fc546d354005b3e2b75a5bb66891" url "https://filehost.perforce.com/perforce/r#{version.major[-2..]}.#{version.minor}/bin.macosx#{arch}/helix-core-server.tgz" name "Perforce Helix Core Server" name "Perforce Helix Command-Line Client (P4)" name "Perforce Helix Broker (P4Broker)" name "Perforce Helix Versioning Engine (P4D)" name "Perforce Helix Proxy (P4P)" desc "Version control" homepage "https://www.perforce.com/" livecheck do url "https://www.perforce.com/perforce/doc.current/user/relnotes.txt" regex(%r{\((\d+(?:\.\d+)+)/(\d+)\)}i) strategy :page_match do |page, regex| page.scan(regex).map { |match| "#{match[0]},#{match[1]}" } end end conflicts_with cask: "p4" depends_on macos: ">= :sierra" binary "p4" binary "p4broker" binary "p4d" binary "p4p" # No zap stanza required caveats <<~EOS Instructions on using the Helix Versioning Engine are available in #{staged_path} EOS end