homebrew-core/Formula/perforce.rb

13 lines
264 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Perforce < Formula
url 'http://filehost.perforce.com/perforce/r10.2/bin.darwin90u/p4'
2010-01-13 22:34:42 +00:00
homepage 'http://www.perforce.com/'
md5 'fc5d151d1b8be6e2633b75f6ac98e51a'
version '2010.2.295040'
def install
bin.install 'p4'
end
end