Mike McQuaid 6409fe78b6
Merge pull request #7688 from MikeMcQuaid/deprecate-devel
formula: deprecate devel blocks.
2020-06-05 09:43:35 +01:00
..
2020-06-02 09:49:23 +01:00
2020-05-23 19:39:11 +01:00
2020-05-18 13:50:46 +01:00
2020-06-05 08:53:03 +01:00
2020-06-04 17:38:25 -07:00
2020-05-18 13:50:46 +01:00
2020-05-23 19:39:11 +01:00
2020-05-18 13:50:46 +01:00
2020-06-02 09:49:23 +01:00
2020-05-01 01:31:57 +10:00
2020-06-05 09:22:49 +01:00
2020-06-05 08:45:48 +01:00
2020-05-11 09:41:13 +05:30
2020-05-10 01:48:29 +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-05-30 14:19:56 +01:00
2020-05-18 13:50:46 +01:00
2020-05-19 23:58:33 +09:00
2020-06-02 09:49:23 +01:00
2020-05-23 14:38:58 +01:00
2020-06-05 09:22:49 +01:00
2020-05-18 16:28:43 +05:30
2020-05-23 19:39:11 +01:00
2020-05-22 08:52:26 +01: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-05-02 13:45:04 +01:00
2020-05-18 13:50: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!