Bo Anderson b0c54058f3
Merge pull request #15903 from cho-m/codesign-intel-if-invalid
extend/os/mac/keg: codesign on Intel if invalid signature
2023-08-27 05:11:06 +01:00
..
2023-08-12 22:01:22 -07:00
2023-08-04 16:43:13 +01:00
2023-08-22 17:21:37 -04:00
2023-06-19 00:12:59 +00:00
2023-08-23 04:28:37 +00:00
2023-08-12 22:01:22 -07:00
2023-08-26 12:48:30 +01:00
2023-08-12 22:01:22 -07:00
2023-07-04 13:31:58 +01:00
2023-07-18 08:52:49 -07:00
2023-08-04 16:43:13 +01:00
2023-08-12 22:01:22 -07:00
2023-07-06 16:56:20 +01:00
2023-08-04 16:43:13 +01:00
2023-08-26 12:48:16 +01:00
2023-08-04 16:43:13 +01:00
2023-07-18 10:59:27 +01:00
2023-06-24 11:09:28 +01:00
2023-07-06 16:56:20 +01:00
2023-08-04 16:43:13 +01:00
2023-08-12 22:01:22 -07:00
2023-08-12 22:01:22 -07:00
2023-08-10 16:08:47 +01: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!