Files
brew/Library/Homebrew
Mike McQuaid 49e8c19feb formula: build dependencies are never missing.
If the formula is already installed and they've been removed: that's ok.

Fixes #2625.
2017-05-21 13:51:33 +01:00
..
2017-04-22 16:28:07 +01:00
2017-05-08 13:37:28 +02:00
2017-04-22 16:28:07 +01:00
2017-05-13 11:42:01 +01:00
2017-05-08 13:37:28 +02:00
2017-02-12 22:06:44 +01:00
2017-04-22 16:28:07 +01:00
2017-05-02 19:03:03 +01:00
2017-04-22 16:28:07 +01:00
2017-02-23 10:49:20 -08:00
2017-04-23 15:10:18 +01:00
2017-04-22 16:28:07 +01:00
2017-05-01 10:58:26 -07:00
2017-04-30 21:11:28 +02:00
2017-01-04 11:13:41 +00:00
2017-01-04 11:13:41 +00:00
2017-05-15 17:23:40 +02:00
2017-05-09 20:00:11 +01:00
2017-04-02 17:02:56 +01:00
2017-04-25 13:40:40 +01:00
2017-05-08 13:37:28 +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!