Download-only formula for Perforce client.
This commit is contained in:
parent
655370f37f
commit
79bd94dc5c
1 changed files with 12 additions and 0 deletions
12
Formula/perforce.rb
Normal file
12
Formula/perforce.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'brewkit'
|
||||
|
||||
class Perforce <Formula
|
||||
@url='http://filehost.perforce.com/perforce/r09.1/bin.macosx104u/p4'
|
||||
@homepage='http://www.perforce.com/'
|
||||
@md5='460d7604a2126bd63d6e202238ec58ef'
|
||||
@version='2009.1.211694'
|
||||
|
||||
def install
|
||||
bin.install 'p4'
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue