John Marshall a7022736ad Clarify that TeX Live Utility (tlmgr) comes with the TeX installation
MacTeX is the macOS package of TeX Live; also mention the latter for
the sake of non-Mac Brew.
2019-02-28 10:33:45 +00:00
..
2019-01-23 21:57:40 +00:00
2019-02-25 14:21:13 +00:00
2019-02-26 14:19:12 +08:00
2019-02-21 16:34:20 +00:00
2019-01-28 19:31:21 +00:00
2019-02-21 16:34:20 +00:00
2019-01-23 21:57:40 +00:00
2019-02-21 21:15:01 -08:00
2019-01-21 19:23:31 +00:00
2019-02-21 12:55:49 +00:00
2019-01-23 21:57:40 +00:00
2019-02-21 12:55:49 +00:00
2019-02-21 12:55:49 +00:00
2019-02-21 12:56:22 +00:00

Homebrew's Formula API

This is the (partially) documented public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!