Mike McQuaid db7fd7b7a2
Tweak audits
- Ensure that new formulae problems aren't duplicated
- Now that homebrew/core will imminently not have options adjust the
  various audits so they make more sense (and exclude taps)
- Exclude taps from more preferential audits
2019-01-22 13:30:24 +00:00
..
2019-01-13 20:29:52 +01:00
2019-01-21 19:23:31 +00:00
2019-01-22 13:30:24 +00:00
2019-01-21 19:23:31 +00:00
2019-01-08 19:13:46 +00:00
2019-01-22 13:30:24 +00:00
2019-01-08 19:13:46 +00:00
2019-01-22 13:30:24 +00:00
2018-11-02 17:29:23 +00:00
2019-01-18 19:20:55 +00:00
2019-01-21 13:39:11 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-21 19:23:31 +00:00
2019-01-21 19:23:31 +00:00
2018-11-02 17:29:23 +00:00
2019-01-08 19:13:46 +00:00
2019-01-21 19:23:31 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2019-01-14 16:47:07 +00:00
2018-11-02 17:29:23 +00:00
2019-01-08 19:13:46 +00:00
2019-01-21 13:39:11 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00: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!