missing_formula: add message for Asymptote

Per Homebrew/legacy-homebrew#23029, there is no formula for Asymptote
because you may well already have it installed via MacTeX anyway.
This commit is contained in:
John Marshall 2019-02-26 16:29:29 +00:00
parent 9f3ae3238d
commit 0c7c45a131

View File

@ -26,6 +26,10 @@ module Homebrew
Minimal installation:
brew cask install basictex
EOS
when "asymptote" then <<~EOS
Asymptote is bundled with MacTeX. Install it via TeX Live Utility or:
tlmgr install asymptote
EOS
when "pip" then <<~EOS
pip is part of the python formula:
brew install python