Martin Afanasjew dba1958bd7 Revert "Test officially supported cmd taps. (#390)"
This reverts commit 252c701c59227c385ef6178fe99523cca8c843bb.

Taps installed prior to running the test suite are not visible to the
test suite as most Homebrew paths are redefined as to not mess up the
local installation.
2016-07-04 17:41:14 +02:00
..
2016-05-22 09:40:08 +01:00
2016-06-20 23:36:18 +02:00
2016-03-20 14:55:58 +08:00
2016-07-04 16:10:24 +01:00
2016-05-22 09:40:08 +01:00
2016-07-02 00:29:45 +02:00
2016-05-08 16:51:22 +01:00
2016-05-03 18:52:40 +01:00
2016-05-08 20:12:51 +02:00
2016-06-20 13:03:27 +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!