Mike McQuaid d69f1a317b
Merge pull request #11507 from ncruces/patch-1
brew tap-new: tests.yml workflow fails with casks
2021-06-10 11:46:48 +01:00
..
2021-05-18 17:10:20 +05:30
2021-05-21 00:07:42 +00:00
2021-06-09 16:21:46 +02:00
2021-06-10 07:48:21 +00:00
2021-06-10 07:47:28 +00:00
2021-05-12 13:37:18 +01:00
2021-05-18 17:10:20 +05:30
2021-05-08 11:20:01 +10:00
2021-05-08 11:20:01 +10:00
2021-06-02 00:11:18 +08:00
2021-05-18 11:58:44 +01:00
2021-05-12 13:37:18 +01:00
2021-05-12 13:07:24 +01:00
2021-05-14 10:47:52 -04:00

Homebrew Ruby API

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