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-02-04 05:27:11 +00:00
|
|
|
md5 '63e7c7ee9d3533173f0c4b3a8f88121e'
|
|
|
|
version '2009.2.232252'
|
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
|