homebrew-cask/Casks/perforce.rb

20 lines
478 B
Ruby
Raw Normal View History

cask 'perforce' do
2018-07-12 15:22:33 +08:00
version '18.1'
sha256 :no_check # required as upstream package is updated in-place
url "https://cdist2.perforce.com/perforce/r#{version}/bin.darwin90x86_64/helix-versioning-engine.tgz"
name 'Perforce Helix Versioning Engine'
2017-01-22 09:13:17 +08:00
homepage 'https://www.perforce.com/'
binary 'p4'
binary 'p4broker'
binary 'p4d'
binary 'p4p'
caveats <<~EOS
Instructions on using the Helix Versioning Engine are available in
#{staged_path}
EOS
end