Dawid Dziurla d5c8f2e102
pr-pull: pass --keep-old option to pr-upload
also fix typo in `--root-url` option
2020-08-14 13:40:21 +02:00
..
2020-08-13 05:15:15 +02:00
2020-08-13 05:15:15 +02:00
2020-08-04 00:22:30 +00:00
2020-08-11 08:41:31 +01:00
2020-08-13 05:15:15 +02:00
2020-08-11 19:13:45 +01:00
2020-08-05 20:26:13 +10:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-08 06:32:34 +05:30
2020-08-06 16:13:14 +02:00
2020-08-09 01:34:07 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:14:07 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-09 12:03:30 +01:00
2020-08-06 16:13:14 +02:00
2020-07-30 03:21:12 +02:00
2020-08-12 00:45:01 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-10 06:13:27 +02:00
2020-08-06 16:13:14 +02: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!