Mike McQuaid e3dcf7776a Revert "test-bot: remove dead code."
This reverts commit 373da8666e633b06d8a5bb98621461b700f4b2d7.
2015-12-11 08:08:51 +00:00
..
2015-12-11 08:08:51 +00:00
2015-12-10 14:27:02 +00:00
2015-12-09 16:57:00 +08:00
2015-11-23 22:56:18 -08:00
2015-12-09 16:56:59 +08:00
2015-08-29 15:43:16 +01:00
2015-08-29 15:43:16 +01:00
2015-11-29 19:25:27 -08:00
2015-12-09 16:56:59 +08:00
2015-10-18 22:57:42 +08:00
2015-12-09 16:56:59 +08:00
2015-10-18 22:57:42 +08:00
2015-09-01 19:19:13 +08:00
2015-11-01 08:22:18 -08:00
2015-12-09 16:56:59 +08:00
2015-12-08 22:41:23 +00:00
2015-12-09 09:09:26 +00:00
2015-10-04 10:31:46 +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!