Misty De Meo ca005cb824 doctor: check for beta XQuartz releases
Beta versions of XQuartz have address sanitization enabled, which
breaks some software at runtime, including wine.

Closes Homebrew/homebrew-core#2481.

Closes #459.

Signed-off-by: Misty De Meo <mistydemeo@github.com>
2016-07-06 17:21:05 +10:00
..
2016-05-22 09:40:08 +01:00
2016-03-20 14:55:58 +08:00
2016-07-04 16:10:24 +01:00
2016-05-22 09:40:08 +01:00
2016-07-02 00:29:45 +02:00
2016-03-08 21:55:09 +08:00
2016-05-08 16:51:22 +01:00
2016-02-06 14:20:56 -08:00
2016-05-03 18:52:40 +01:00
2016-05-08 20:12:51 +02:00
2016-06-20 13:03:27 +01: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!