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-12-16 21:37:01 +00:00
|
|
|
url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4'
|
2010-01-13 22:34:42 +00:00
|
|
|
homepage 'http://www.perforce.com/'
|
2012-01-12 17:20:37 +00:00
|
|
|
md5 '36b710330cc3f6ba4b75962b2a02302a'
|
|
|
|
version '2011.1.393975'
|
2010-06-28 21:18:13 +00:00
|
|
|
|
2009-09-21 18:59:03 +00:00
|
|
|
def install
|
|
|
|
bin.install 'p4'
|
|
|
|
end
|
|
|
|
end
|