Branch Vincent 4bf8fef5aa
Reapply "formula: configure git/npm to ignore .brew_home"
This reverts commit abf8df38661c4b60f122336d3db3a1a810d3a0e8.
2024-04-23 18:35:55 -07:00
..
2024-03-07 16:20:20 +00:00
2024-02-09 00:11:05 +00:00
2024-04-23 19:10:45 +02:00
2024-03-07 16:20:20 +00:00
2024-04-23 02:07:42 +02:00
2024-03-17 20:53:58 -07:00
2024-03-07 16:20:20 +00:00
2024-04-04 19:15:59 -07:00
2024-04-21 14:16:25 -07:00
2024-04-09 10:45:44 -04:00
2024-03-30 09:36:47 -07:00
2024-03-11 11:46:23 -04:00
2024-03-07 16:20:20 +00:00
2024-02-18 15:47:56 -08:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-02-18 15:47:56 -08:00
2024-03-07 16:20:20 +00:00
2024-04-23 19:10:45 +02:00
2024-03-17 11:33:47 -04:00
2024-04-22 21:16:49 +02:00
2024-04-17 23:26:40 +01:00
2024-04-22 21:16:49 +02:00
2024-04-22 21:16:49 +02:00
2024-04-21 14:16:25 -07:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-04-15 08:35:32 +01:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-04-22 21:16:49 +02:00
2024-02-18 15:47:56 -08:00
2024-04-01 09:59:47 -07:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-04-11 13:39:13 -04:00
2024-03-07 16:20:20 +00:00
2024-04-22 21:16:49 +02:00
2024-02-22 22:03:54 +01:00
2024-04-23 02:07:42 +02:00
2024-03-22 09:33:28 -07:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00: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!