diff --git a/_layouts/formula.html b/_layouts/formula.html index 711378446441..a399e35d6680 100644 --- a/_layouts/formula.html +++ b/_layouts/formula.html @@ -233,3 +233,47 @@ {%- endfor -%} {%- endfor %} + + +{%- if f.mac_dependencies.size > 0 %} +
macOS Dependencies:
+{{ dep.name | escape }} | +{{ dep.version | escape }} | +
Linux Dependencies:
+{{ dep.name | escape }} | +{{ dep.version | escape }} | +
macOS Caveats:
+{{ f.mac_caveats | escape | replace: soft_indent, hard_indent | strip | newline_to_br }} | +
Linux Caveats:
+{{ f.linux_caveats | escape | replace: soft_indent, hard_indent | strip | newline_to_br }} | +
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.