Michael Cho 514059da4b
keg: mkpath on main postgresql@X directories
Fix logic in #16966 as it only matched subdirectories

Signed-off-by: Michael Cho <michael@michaelcho.dev>
2024-04-11 10:26:28 -04:00
..
2024-03-07 16:20:20 +00:00
2024-04-08 19:23:33 +01:00
2024-04-01 09:00:32 -04:00
2024-04-10 16:39:03 +00:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-03-17 20:53:58 -07:00
2024-03-30 16:16:52 -07:00
2024-03-07 16:20:20 +00:00
2024-04-04 19:15:59 -07:00
2024-03-27 04:40:44 +00: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-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-04-08 19:23:33 +01:00
2024-03-07 16:20:20 +00:00
2024-03-17 11:33:47 -04:00
2024-04-01 09:00:32 -04:00
2024-03-17 22:47:37 -07:00
2024-03-27 04:40:44 +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-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00: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-03-07 16:20:20 +00: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!