aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements
diff options
context:
space:
mode:
authorWilliam Woodruff2015-08-12 14:57:54 -0400
committerMisty De Meo2015-08-21 11:02:33 -0700
commit8793a68ee422a2cee7035c1d564fbd81d0c72dc4 (patch)
tree433997fbad1f3e746b57e1884019f0aef83982b5 /Library/Homebrew/requirements
parent1face808f5f1dc43c887cab421b5c01f7e20fdf7 (diff)
downloadbrew-8793a68ee422a2cee7035c1d564fbd81d0c72dc4.tar.bz2
Add no-Xcode documentation for all classes, methods
Diffstat (limited to 'Library/Homebrew/requirements')
-rw-r--r--Library/Homebrew/requirements/cctools_requirement.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/requirements/cctools_requirement.rb b/Library/Homebrew/requirements/cctools_requirement.rb
index 37be3207b..ab7f8cb59 100644
--- a/Library/Homebrew/requirements/cctools_requirement.rb
+++ b/Library/Homebrew/requirements/cctools_requirement.rb
@@ -1,3 +1,8 @@
+# Represents a general requirement for utilities normally installed by Xcode,
+# the CLT, or provided by the cctools formula. In particular, this requirement
+# allows Homebrew to pull in the cctools formula and use its utilities to
+# perform relocation operations on systems that do not have either Xcode or the
+# CLT installed (but still want to install bottled formulae).
class CctoolsRequirement < Requirement
fatal true
default_formula 'cctools'