L. E. Segovia 098305e679 Correct setting and deleting HOMEBREW_HELP
(and also delete the extra help_flag case, it's no longer needed)
2017-10-18 08:37:24 -03:00
..
2017-10-12 07:39:53 -03:00
2017-09-10 16:40:18 +00:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-10-07 23:30:47 +02:00
2017-10-08 15:48:54 +02:00
2017-09-21 14:27:17 +01:00
2017-09-24 21:23:59 +01:00
2017-10-03 10:56:40 +02:00
2017-10-08 14:14:24 +02:00
2017-09-24 21:23:59 +01:00
2017-08-27 01:18:41 +05:30
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-01 01:50:26 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-29 11:41:23 +02:00
2017-10-05 20:33:22 -07:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-07-30 14:22:05 +02:00
2017-09-24 21:23:59 +01:00
2017-09-29 22:18:24 +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!