Mike McQuaid 69d28f9d8f Merge pull request #3294 from DomT4/an_empty_string_is_a_naughty_desc
formula_desc_cop: empty string is not a valid desc
2017-10-17 21:29:24 +01:00
..
2017-10-12 23:33:05 +02:00
2017-10-13 02:01:28 -07:00
2017-10-13 02:01:28 -07:00
2017-09-24 21:23:59 +01:00
2017-10-10 17:11:22 +02:00
2017-09-21 14:27:17 +01:00
2017-10-08 14:14:24 +02: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

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!