Added perforce-server
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c3f804c9cb
commit
a8c23021c8
1 changed files with 14 additions and 0 deletions
14
Formula/perforce-server.rb
Normal file
14
Formula/perforce-server.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class PerforceServer <Formula
|
||||
url 'http://filehost.perforce.com/perforce/r10.1/bin.darwin80u/p4d'
|
||||
homepage 'http://www.perforce.com/'
|
||||
md5 '3fb8036d8e545e0840a3b3302aca05a5'
|
||||
version '2010.1.251161'
|
||||
|
||||
aka 'p4d'
|
||||
|
||||
def install
|
||||
bin.install 'p4d'
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue