Mike McQuaid 033386a75e
Merge pull request #5182 from EricFromCanada/prepend-shims-path
Prepend shims path to PATH used by `system` and `safe_system`
2018-10-29 13:39:41 +00:00
..
2018-10-27 16:22:59 +02:00
2018-10-20 13:58:27 +01:00
2018-10-19 16:38:41 +01:00
2018-10-14 12:11:54 -07:00
2018-09-30 16:40:20 +02: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-10-19 16:38:41 +01:00
2018-09-17 03:45:59 +02:00
2018-10-03 21:21:05 +00:00
2018-09-17 03:45:59 +02:00
2018-10-24 10:40:39 +01:00
2018-10-20 13:58:27 +01:00
2018-09-28 14:01:09 -07: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-09-17 03:45:59 +02: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-09-17 03:45:59 +02:00
2018-10-19 16:38:41 +01:00
2018-10-14 12:11:54 -07:00
2018-09-17 03:45:59 +02:00
2018-10-13 08:22:52 -07:00
2018-10-07 23:10:56 +02:00
2018-09-17 03:45:59 +02:00
2018-10-07 23:10:56 +02: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!