Mike McQuaid af463a0535 formula_installer: never build dependency bottles.
This also helpfully avoids always building all dependencies from source
when passing `--build-bottle` or forcing all bottles when passing
`--force-bottle`.
2017-07-31 10:36:10 +01:00
..
2017-07-30 18:51:05 +02:00
2017-07-21 10:50:10 +01:00
2017-07-22 11:29:19 +02:00
2017-07-26 02:32:48 +01:00
2016-11-21 08:48:26 +00:00
2017-07-07 15:20:19 +01:00
2017-04-22 16:28:07 +01:00
2017-07-15 17:40:55 -07:00
2016-09-23 15:30:07 +02:00
2017-04-22 16:28:07 +01:00
2017-02-23 10:49:20 -08:00
2017-07-05 20:51:51 +02:00
2017-05-29 18:43:18 +01:00
2017-04-23 15:10:18 +01:00
2017-05-29 18:43:18 +01:00
2017-07-20 20:02:34 +01:00
2017-07-28 11:41:12 +01:00
2016-10-22 13:32:46 +01:00
2017-06-02 19:22:05 +02:00
2016-10-02 00:24:47 +02:00
2017-07-27 15:59:37 +01:00
2016-09-23 18:19:53 +02:00
2016-08-19 01:04:32 -04:00
2017-07-21 10:50:07 +01:00
2017-07-21 17:20:54 +01:00
2017-06-02 19:22:05 +02:00
2017-07-21 10:50:07 +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!