Mike McQuaid ffdda0eb9f Tweaks for older Mac OS X versions.
- `brew update` should try to install `curl` before `git` on older
  versions of Mac OS X where it is needed for accessing modern SSL
  certificates.
- We don't need an HTTP mirror for `git` because `curl` will already be
  installed before it is downloaded.
- Don't recommend GCC on Mac OS X versions where it can't be built with
  the default system compiler.
- Start using the Homebrew `curl` on Mac OS X versions where it is
  needed as soon as it is installed.
2017-09-16 12:41:08 +01:00
..
2017-09-12 09:36:07 +02:00
2017-09-16 12:41:08 +01:00
2017-09-10 16:40:18 +00:00
2017-09-02 14:27:02 +02:00
2017-07-07 15:20:19 +01:00
2017-09-16 12:41:08 +01:00
2017-08-27 01:18:41 +05:30
2017-07-05 20:51:51 +02:00
2017-07-30 14:22:05 +02:00
2017-09-01 01:50:26 +01:00
2017-08-05 18:03:04 +01:00
2017-07-27 15:59:37 +01:00
2017-08-07 11:16:36 +01:00
2017-07-21 17:20:54 +01:00
2017-07-30 14:22:05 +02:00
2017-09-07 12:12:22 +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!