2010-06-28 21:18:13 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class PerforceServer < Formula
|
2011-07-28 22:04:01 +00:00
|
|
|
url 'http://filehost.perforce.com/perforce/r10.2/bin.darwin90u/p4d'
|
2010-06-28 21:18:13 +00:00
|
|
|
homepage 'http://www.perforce.com/'
|
2011-08-30 21:13:02 +00:00
|
|
|
md5 '4603399cbbb0c128a24742ac7fcd14d9'
|
|
|
|
version '2010.2.347035'
|
2010-06-28 21:18:13 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'p4d'
|
|
|
|
end
|
|
|
|
end
|