Mike McQuaid c8b859faad lines_cop: flag depends_on :perl => "1.0".
This requires ignoring the version argument with a new `:any` mode
for this check.
2018-01-07 14:08:58 +00:00
..
2017-12-30 20:56:55 +00:00
2017-12-31 09:39:47 +10:00
2018-01-03 10:52:12 -08:00
2018-01-01 09:33:43 +00:00
2017-09-21 14:27:17 +01: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-10-24 19:39:40 +02:00
2017-11-05 15:37:57 +00:00
2017-12-30 20:56:54 +00:00
2017-10-26 10:21:46 +10:00
2017-10-18 14:39:09 +02:00
2017-12-12 09:27:06 -08:00
2017-10-18 14:39:09 +02:00
2017-12-30 20:56:54 +00:00
2017-10-24 19:39:40 +02:00
2017-09-24 21:23:59 +01:00
2017-10-18 14:39:09 +02:00
2017-09-29 11:41:23 +02:00
2017-10-18 14:39:09 +02:00
2017-09-24 21:23:59 +01:00
2017-11-05 15:40:46 +00:00
2017-11-19 13:54:46 -08:00
2017-09-24 21:23:59 +01:00
2017-10-24 19:39:40 +02:00
2017-10-18 14:39:09 +02:00
2017-09-24 21:23:59 +01:00
2017-12-02 20:03:38 +00:00
2017-07-30 14:22:05 +02:00
2017-11-05 15:37:57 +00:00
2017-11-05 15:39:43 +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!