Joao Antunes 61a47a4c0f doctor: check_access_usr_local mention Cocktail.
Added mention to Cocktail app cleanup/repair/optimizations, that has
some features that when run they restore the /usr/local directory to
the original 'not writable' state in OS X 10.11 .

Closes Homebrew/homebrew#47379.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-26 07:37:44 +00:00
..
2015-12-25 21:05:28 +00:00
2015-12-14 13:50:00 +01:00
2015-12-23 12:33:30 +01:00
2015-11-23 22:56:18 -08:00
2015-12-09 16:56:59 +08:00
2015-11-29 19:25:27 -08:00
2015-12-13 01:29:52 +08:00
2015-12-09 16:56:59 +08:00
2015-10-18 22:57:42 +08:00
2015-12-19 22:05:30 +08:00
2015-12-22 12:46:03 +01:00
2015-10-04 10:31:46 +02: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!