2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-21 18:59:03 +00:00
|
|
|
|
|
|
|
class Perforce <Formula
|
2010-06-28 21:18:13 +00:00
|
|
|
url 'http://filehost.perforce.com/perforce/r10.1/bin.darwin80u/p4'
|
2010-01-13 22:34:42 +00:00
|
|
|
homepage 'http://www.perforce.com/'
|
2010-06-28 21:18:13 +00:00
|
|
|
md5 '4170d202a4bda079e334c7dc5c37c417'
|
|
|
|
version '2010.1.251161'
|
|
|
|
|
2009-09-21 18:59:03 +00:00
|
|
|
def install
|
|
|
|
bin.install 'p4'
|
|
|
|
end
|
|
|
|
end
|