diff --git a/_layouts/formula.html b/_layouts/formula.html index 711378446441..7afd00196668 100644 --- a/_layouts/formula.html +++ b/_layouts/formula.html @@ -233,3 +233,42 @@ {%- endfor -%} {%- endfor %} + + +{%- if f.variations.size > 0 -%} +
Dependencies:
+OS | +Dependencies | +
---|---|
{{ variation[0] | capitalize }} | ++ {%- for dep in variation[1].dependencies -%} + {{ dep | escape }} + {%- unless forloop.last -%}, {% endunless -%} + {%- endfor -%} + | +
Caveats:
+OS | +Caveats | +
---|---|
{{ variation[0] | capitalize }} | +{{ variation[1].caveats | escape }} | +
Homebrew Formulae is an online package browser for Homebrew – the macOS (and Linux) package manager. For more information on how to install and use Homebrew see our homepage.
+Homebrew Formulae is an online package browser for Homebrew – the macOS and Linux package manager. For more information on how to install and use Homebrew see our homepage.