2010-06-28 21:18:13 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class PerforceServer < Formula
|
2011-12-16 21:37:26 +00:00
|
|
|
url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4d'
|
2010-06-28 21:18:13 +00:00
|
|
|
homepage 'http://www.perforce.com/'
|
2012-02-03 05:48:09 +00:00
|
|
|
md5 '9099ad567f43cc7bb0821492a1eb3fe6'
|
|
|
|
version '2011.1.409024'
|
2010-06-28 21:18:13 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'p4d'
|
|
|
|
end
|
|
|
|
end
|