Mike McQuaid 6211d0da13
Merge pull request #7691 from Rylan12/popen_read-audit
style: separate shell command arguments
2020-07-06 09:15:52 +01:00
..
2020-07-03 18:27:19 -04:00
2020-07-03 10:33:38 -04:00
2020-07-02 18:59:22 +01:00
2020-07-01 16:07:14 +01:00
2020-07-01 16:07:14 +01:00
2020-06-10 10:06:46 +01:00
2020-07-03 11:52:15 +05:30
2020-07-05 15:31:29 +10:00
2020-07-03 14:55:01 +01:00
2020-06-22 14:09:33 +01:00
2020-07-02 10:22:54 +01:00
2020-04-07 09:58:26 +01:00
2020-06-22 10:23:00 +05:30
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-27 09:59:56 +02:00
2020-07-02 10:22:54 +01:00
2020-05-23 19:39:11 +01:00
2020-06-25 11:59:42 -04:00
2020-06-23 14:11:05 +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-06-18 20:15:07 +02:00
2020-06-10 19:29:04 +02:00
2020-04-07 09:58:26 +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-03-13 21:16:18 +00:00
2020-04-23 18:11:10 +01:00
2020-06-25 11:59:42 -04:00
2020-06-27 21:03:16 -04: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!