Shaun Jackman b79e047e12
Merge pull request #7780 from rmNULL/enable-patchelfrb-for-devs
enable patchelf.rb when HOMEBREW_DEVELOPER is set
2020-06-22 13:59:43 -07:00
..
2020-06-16 11:41:06 +02:00
2020-05-23 19:39:11 +01:00
2020-06-22 12:20:06 -07:00
2020-06-10 10:06:46 +01:00
2020-06-22 14:39:49 +02:00
2020-05-01 01:31:57 +10:00
2020-06-22 14:07:31 +01:00
2020-06-22 14:09:33 +01:00
2020-04-07 09:58:26 +01:00
2020-05-23 19:39:11 +01:00
2020-05-23 14:38:58 +01:00
2020-05-23 14:38:58 +01:00
2020-06-02 09:49:23 +01:00
2020-06-22 14:09:33 +01:00
2020-06-10 10:06:46 +01:00
2020-06-22 14:39:49 +02:00
2020-05-23 19:39:11 +01:00
2020-05-22 08:52:26 +01:00
2020-06-22 12:55:59 -07:00
2020-05-31 13:52:55 +05:30
2020-06-02 09:49:23 +01:00
2020-05-23 14:38:58 +01:00
2020-05-18 13:50:46 +01:00
2020-06-10 19:29:04 +02:00
2020-04-07 09:58:26 +01:00
2020-06-10 10:06:46 +01:00
2020-05-23 14:38:58 +01:00
2020-05-23 14:38:58 +01:00
2020-06-02 09:49:23 +01:00
2020-04-23 18:11:10 +01:00
2020-06-02 09:49:23 +01: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!