Mike McQuaid 588f5f1713
Merge pull request #8875 from reitermarkus/cask-install-taps
Fix installing taps in `brew install`.
2020-10-07 14:22:11 +01:00
..
2020-10-05 15:58:17 +02:00
2020-10-01 00:57:10 +02:00
2020-10-07 12:12:10 +02:00
2020-09-03 13:28:22 +01:00
2020-09-19 02:03:56 +02:00
2020-10-05 15:58:17 +02:00
2020-09-20 03:19:39 +02:00
2020-09-11 10:29:22 +01:00
2020-09-01 14:26:45 +01:00
2020-09-02 12:23:14 -04:00
2020-09-21 01:15:31 +10:00
2020-09-11 10:29:22 +01:00
2020-09-01 14:52:37 +01:00
2020-09-11 10:29:22 +01:00
2020-09-11 10:29:22 +01:00
2020-10-02 13:48:26 +01:00
2020-09-01 14:26:45 +01:00
2020-09-01 14:26:45 +01:00
2020-09-17 15:57:19 +05:30
2020-10-05 13:52:50 +11:00
2020-09-30 16:43:47 +01:00
2020-09-23 09:01:55 +01:00
2020-10-05 08:44:03 -04: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!