Mike McQuaid 3e4da13934
Cleanup more GitHub Actions usage
Increase consistency between workflows, use more of our actions and
`@main`.
2020-08-06 19:35:39 +01:00
..
2020-08-03 12:35:03 -04:00
2020-08-06 14:00:56 +01:00
2020-08-04 00:22:30 +00:00
2020-08-06 19:35:39 +01:00
2020-07-13 23:24:14 +10:00
2020-07-13 23:24:14 +10:00
2020-07-24 09:33:30 +01:00
2020-08-05 20:26:13 +10:00
2020-08-03 18:16:26 -04:00
2020-08-01 18:27:15 +01:00
2020-07-20 15:30:33 +01:00
2020-07-22 22:47:42 -04:00
2020-07-07 12:23:29 +01:00
2020-08-06 12:24:10 +01:00
2020-08-04 10:47:41 +01:00
2020-07-30 10:12:34 +02:00
2020-07-10 10:32:30 -07:00
2020-07-30 03:21:12 +02:00
2020-07-20 13:18:09 -04:00
2020-07-30 03:21:12 +02:00
2020-07-13 23:24:14 +10:00
2020-07-13 23:24:14 +10:00
2020-08-06 12:24:10 +01:00
2020-08-01 18:27:15 +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!