homebrew-core/Formula/perforce.rb

13 lines
263 B
Ruby
Raw Normal View History

require 'formula'
class Perforce <Formula
url 'http://filehost.perforce.com/perforce/r10.1/bin.darwin80u/p4'
2010-01-13 22:34:42 +00:00
homepage 'http://www.perforce.com/'
md5 '4170d202a4bda079e334c7dc5c37c417'
version '2010.1.251161'
def install
bin.install 'p4'
end
end