Mike McQuaid b66010605d
Merge pull request #3651 from MikeMcQuaid/deprecate-git-svn-requirements
Deprecate Git, Subversion requirements.
2018-01-10 13:40:55 +00:00
..
2017-12-31 09:39:47 +10:00
2018-01-03 10:52:12 -08:00
2017-11-30 09:42:14 +00:00
2017-11-18 17:04:54 -08:00
2017-12-30 20:56:55 +00:00
2017-12-30 20:56:54 +00:00
2018-01-07 14:29:19 +00:00
2017-12-30 20:56:54 +00:00
2017-11-19 13:54:46 -08:00
2017-12-02 20:03:38 +00: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!