Mike McQuaid 0c9047a2b8 Merge pull request #2562 from DomT4/you_shall_not_pass_go_get
audit: formally ban go get usage
2017-04-30 13:32:22 +01:00
..
2017-04-25 12:29:01 +02:00
2017-04-22 16:28:07 +01:00
2017-04-23 15:10:18 +01:00
2017-04-22 16:28:07 +01:00
2017-04-28 18:13:38 +01:00
2017-04-25 12:29:01 +02:00
2017-04-28 20:51:07 +02:00
2017-04-23 15:10:18 +01:00
2017-04-27 08:53:57 +01:00
2017-04-22 16:28:07 +01:00
2017-04-22 16:28:07 +01:00
2017-04-22 16:28:07 +01:00
2017-04-23 15:10:18 +01:00
2017-04-22 16:28:07 +01:00
2017-04-23 15:10:18 +01:00
2017-04-24 11:45:32 +01:00
2017-04-05 09:00:11 +01:00
2017-04-01 16:33:24 +01:00
2017-04-22 16:28:07 +01:00
2017-04-02 17:02:56 +01:00
2017-04-25 13:40:40 +01:00
2017-04-24 11:45:32 +01:00
2017-04-23 20:59:02 +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!