Mike McQuaid 4f17e2384a
Merge pull request #5528 from MikeMcQuaid/no-bottle-fallback
Add HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK variable
2019-01-12 12:23:57 +00:00
..
2019-01-08 15:08:21 +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
2018-11-02 17:29:23 +00:00
2018-12-30 21:13:24 +00:00
2018-11-12 05:01:33 +01:00
2018-07-26 10:09:02 +01:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2018-07-26 10:49:07 +01:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2018-09-02 20:15:09 +01:00
2018-09-17 03:45:59 +02:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2018-09-17 03:45:59 +02:00
2018-10-03 21:21:05 +00:00
2018-11-02 17:29:23 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-07-14 15:41:16 +01:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-04-20 19:11:22 +02:00
2018-11-02 17:29:23 +00:00
2018-09-04 05:16:59 +02:00
2018-09-12 19:28:02 +00:00
2018-10-19 16:38:41 +01:00
2018-09-17 03:45:59 +02:00
2018-11-02 17:29:23 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 15:08:21 +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!