aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perforce-server.rb
diff options
context:
space:
mode:
authorRyan Davis2010-06-28 14:18:13 -0700
committerAdam Vandenberg2010-06-28 14:33:32 -0700
commitae52f988c6e0a9f7a883a4902605184245fe7946 (patch)
treecd547e98d3795947e5bfa5a8da28a65a71ae4719 /Library/Formula/perforce-server.rb
parentb55767617cd2bb8f9d7245a76b2d214ce5011ed4 (diff)
downloadhomebrew-ae52f988c6e0a9f7a883a4902605184245fe7946.tar.bz2
Added perforce-server
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/perforce-server.rb')
-rw-r--r--Library/Formula/perforce-server.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/perforce-server.rb b/Library/Formula/perforce-server.rb
new file mode 100644
index 000000000..10d8d6e1a
--- /dev/null
+++ b/Library/Formula/perforce-server.rb
@@ -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