Mike McQuaid b4d43e950f
Merge pull request #3401 from DomT4/vendor_or_na
go: various tweaks to recommendations
2017-12-16 13:34:22 +00:00
..
2017-12-14 16:44:25 +00:00
2017-12-03 10:10:54 +01:00
2017-11-30 09:42:14 +00:00
2017-11-18 17:04:54 -08:00
2017-12-12 09:27:06 -08:00
2017-12-15 10:05:43 +00:00
2017-11-17 19:47:58 +00:00
2017-11-19 13:54:46 -08:00
2017-12-02 20:03:38 +00:00
2017-12-12 09:27:06 -08: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!