2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-21 18:59:03 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Perforce < Formula
|
2011-07-28 22:03:40 +00:00
|
|
|
url 'http://filehost.perforce.com/perforce/r10.2/bin.darwin90u/p4'
|
2010-01-13 22:34:42 +00:00
|
|
|
homepage 'http://www.perforce.com/'
|
2011-07-28 22:03:40 +00:00
|
|
|
md5 'fc5d151d1b8be6e2633b75f6ac98e51a'
|
|
|
|
version '2010.2.295040'
|
2010-06-28 21:18:13 +00:00
|
|
|
|
2009-09-21 18:59:03 +00:00
|
|
|
def install
|
|
|
|
bin.install 'p4'
|
|
|
|
end
|
|
|
|
end
|