L. E. Segovia d442905719
Upgrade: implement linkage repair
After upgrading existing kegs, we now search and upgrade their
dependents as well. If any are detected that have broken linkage, they
are reinstalled from source.

If there are any formulae in the dependents tree that are pinned, they
are only reinstalled if they're not outdated; in all cases, a suitable
message is printed detailing the kegs that will be acted upon.
2018-09-12 19:28:02 +00:00
..
2018-09-12 19:28:02 +00:00
2018-09-06 09:30:52 +02:00
2018-09-11 09:57:08 -07:00
2018-09-04 05:16:59 +02:00
2018-09-06 01:10:47 +02:00
2018-09-05 16:01:36 +08:00
2018-09-12 19:28:02 +00:00
2018-07-13 08:22:33 +01:00
2018-09-02 20:15:09 +01:00
2018-07-26 10:09:02 +01:00
2018-09-06 12:38:20 +01:00
2018-07-26 10:49:07 +01:00
2018-09-06 18:38:43 +01:00
2018-09-04 09:56:57 +01:00
2018-09-06 18:38:43 +01:00
2018-06-30 19:40:14 -04:00
2018-06-30 19:40:14 -04:00
2018-09-02 20:15:09 +01:00
2018-09-06 18:38:43 +01:00
2018-07-30 21:07:42 +02:00
2018-09-06 01:10:47 +02:00
2018-09-02 20:15:09 +01:00
2018-06-30 19:40:14 -04:00
2018-09-02 20:15:09 +01:00
2018-07-14 15:41:16 +01:00
2018-06-30 19:40:14 -04:00
2018-07-19 16:41:27 +02:00
2018-09-04 05:16:59 +02:00
2018-09-12 19:28:02 +00:00
2018-09-06 01:10:47 +02:00
2018-07-12 10:39:27 +02:00
2018-09-02 16:15:09 +01:00
2018-09-04 05:16:59 +02:00
2018-07-23 19:58:39 +01:00
2018-09-06 01:10:47 +02:00
2018-09-02 20:15:09 +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!