2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-21 18:59:03 +00:00
|
|
|
|
|
|
|
class Perforce <Formula
|
2010-01-13 22:34:42 +00:00
|
|
|
url 'http://filehost.perforce.com/perforce/r09.2/bin.macosx104u/p4'
|
|
|
|
homepage 'http://www.perforce.com/'
|
2010-03-26 23:59:05 +00:00
|
|
|
md5 'eac64239d766407012e4ea9ddd5c6e6e'
|
|
|
|
version '2009.2.238357'
|
2010-01-13 22:34:42 +00:00
|
|
|
|
|
|
|
aka 'p4'
|
2009-09-21 18:59:03 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'p4'
|
|
|
|
end
|
|
|
|
end
|