Shaun Jackman 4bbf92912b Enable HOMEBREW_PATCHELF_RB_WRITE by default
Enable HOMEBREW_PATCHELF_RB_WRITE by default for everyone except CI.
It may be disabled using HOMEBREW_NO_PATCHELF_RB_WRITE.
It may be enabled on CI using HOMEBREW_PATCHELF_RB_WRITE.
2020-11-24 10:52:11 -08:00
..
2020-11-10 23:28:31 +11:00
2020-11-10 23:28:31 +11:00
2020-11-11 00:34:08 +00:00
2020-11-10 23:28:31 +11:00
2020-10-11 00:30:09 +02:00
2020-11-06 00:16:35 -05:00
2020-10-12 09:23:49 +01:00
2020-11-05 23:50:55 -05:00
2020-10-19 22:10:21 +02:00
2020-11-05 23:50:55 -05:00
2020-11-04 18:53:03 -05:00
2020-11-05 00:53:12 -05: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!