Mike McQuaid 202b3bc2c1 Merge pull request #2813 from DomT4/high_sierra_updates
High Sierra: update expected CLT/libcurl pkgconfig file.
2017-06-30 15:10:23 +01:00
..
2017-06-27 12:07:40 +02:00
2017-06-20 15:44:54 +02:00
2017-05-29 18:43:18 +01:00
2017-06-28 20:49:37 -07:00
2017-06-22 18:22:54 +01:00
2017-06-07 23:37:59 -05:00
2017-05-29 18:42:02 +01:00
2017-06-14 12:51:36 +02:00
2017-06-07 16:34:54 +01:00
2017-04-22 16:28:07 +01:00
2017-05-02 19:03:03 +01:00
2017-04-22 16:28:07 +01:00
2017-02-23 10:49:20 -08:00
2017-05-29 18:42:02 +01:00
2017-05-29 18:43:18 +01:00
2017-06-02 19:22:05 +02:00
2017-04-23 15:10:18 +01:00
2017-05-29 18:43:18 +01:00
2017-06-20 15:44:54 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-14 12:51:36 +02:00
2017-06-27 03:17:23 -07: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!