aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-09-21 11:59:03 -0700
committerAdam Vandenberg2009-09-21 13:06:21 -0700
commit6e70ca1f635d4e0a8651f2dd5e784f0738953065 (patch)
tree4b1201df347bacf1eb2070640ea4ff7bbb67d462 /Library
parent3db47c451b1f8a7a0f6bf0624192e467e3c77316 (diff)
downloadhomebrew-6e70ca1f635d4e0a8651f2dd5e784f0738953065.tar.bz2
Download-only formula for Perforce client.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/perforce.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/perforce.rb b/Library/Formula/perforce.rb
new file mode 100644
index 000000000..d487f3c04
--- /dev/null
+++ b/Library/Formula/perforce.rb
@@ -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