Mike McQuaid 3bde17c9f9
Cleanup from dev-cmd test changes
- Remove added whitespace in `extend/os/linux/keg_relocate`
- Cleanup testball bottles
2019-03-27 10:31:26 +00:00
..
2019-02-27 14:02:46 +00:00
2019-03-16 12:59:15 -04:00
2019-01-23 21:57:40 +00:00
2019-03-23 12:41:35 +00:00
2019-03-27 10:31:26 +00:00
2019-03-11 20:14:03 +11:00
2019-03-27 10:31:26 +00:00
2019-03-20 20:19:33 +08:00
2019-03-18 14:28:30 +00:00
2019-01-28 19:31:21 +00:00
2018-07-26 10:09:02 +01:00
2019-03-24 17:53:39 +01:00
2019-03-13 08:56:16 +00:00
2017-11-05 15:37:57 +00:00
2019-01-23 21:57:40 +00:00
2018-09-02 20:15:09 +01:00
2018-09-17 03:45:59 +02:00
2018-10-03 21:21:05 +00:00
2018-11-02 17:29:23 +00:00
2019-02-21 21:15:01 -08:00
2019-03-11 12:52:07 -04:00
2017-09-24 21:23:59 +01:00
2019-01-21 19:23:31 +00:00
2018-11-02 17:29:23 +00:00
2019-02-21 12:55:49 +00:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-07-14 15:41:16 +01:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-04-20 19:11:22 +02:00
2018-11-02 17:29:23 +00:00
2018-09-04 05:16:59 +02:00
2018-02-22 19:46:58 +00:00
2018-10-19 16:38:41 +01:00
2018-11-02 17:29:23 +00:00
2019-03-18 15:04:37 +00:00
2019-02-27 18:29:59 +01:00

Homebrew's Formula API

This is the (partially) documented 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!