Mike McQuaid 1fac68348a
Merge pull request #17311 from bevanjkay/cask-sharding-fix
cask/audit: fix sharding for font-* casks
2024-05-16 11:58:50 +09:00
..
2024-05-13 07:36:51 +01:00
2024-05-06 22:57:23 -04:00
2024-05-15 18:02:11 +00:00
2024-05-09 20:14:16 -07:00
2024-05-13 07:36:51 +01:00
2024-05-15 18:02:11 +00:00
2024-05-13 08:48:41 -04:00
2024-05-13 07:36:51 +01:00
2024-05-16 11:29:59 +10: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!