Mike McQuaid b9db71a1ed
Merge pull request #5990 from Homebrew/dependabot/bundler/Library/Homebrew/backports-3.13.0
Bump backports from 3.12.0 to 3.13.0 in /Library/Homebrew
2019-04-06 17:21:43 +01:00
..
2019-02-27 14:02:46 +00:00
2019-03-11 20:14:03 +11:00
2019-03-28 03:39:23 +08:00
2019-03-20 20:19:33 +08:00
2019-01-28 19:31:21 +00:00
2019-04-01 15:07:50 +01:00
2019-03-13 08:56:16 +00:00
2019-04-01 15:07:50 +01:00
2019-04-01 15:07:50 +01:00
2019-04-01 15:07:50 +01:00
2019-02-21 21:15:01 -08:00
2019-03-11 12:52:07 -04:00
2019-02-21 12:55:49 +00:00
2019-03-28 21:15:50 +00:00
2019-04-04 19:49:06 +01:00
2019-04-01 15:07:50 +01:00
2019-03-18 15:04:37 +00:00
2019-02-27 18:29:59 +01:00

Homebrew's Formula API

This is the 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!