Mike McQuaid e8b0dc5412
Merge pull request #4622 from iMichka/patchelf
formula_installer: avoid cyclic dependency on Linux
2018-08-09 14:53:59 +01:00
..
2018-08-08 10:40:22 +02:00
2018-08-08 13:11:16 +02:00
2018-08-05 15:57:28 +02:00
2018-08-08 10:45:48 -07:00
2018-08-08 09:41:26 +01:00
2018-08-08 10:45:48 -07:00
2018-08-07 03:46:33 +01:00
2018-08-08 15:40:16 -07:00
2018-08-02 16:03:44 +02:00
2018-07-13 08:22:33 +01:00
2018-07-12 10:39:27 +02:00
2018-07-26 10:09:02 +01:00
2018-07-17 23:38:57 +02:00
2018-07-24 09:25:32 +01:00
2018-05-18 16:58:21 -07:00
2018-07-26 10:49:07 +01:00
2018-08-08 13:11:16 +02:00
2018-06-07 13:48:35 +02:00
2018-08-05 15:57:28 +02:00
2018-04-30 17:03:11 +02:00
2018-07-17 23:38:57 +02:00
2018-06-30 19:40:14 -04:00
2018-06-30 19:40:14 -04:00
2018-07-01 01:43:04 +02:00
2018-06-07 14:02:31 +02:00
2018-05-14 04:44:15 -05:00
2018-08-01 01:04:42 +02:00
2018-05-16 19:07:11 +02:00
2018-08-06 17:59:51 +02:00
2018-06-30 19:40:14 -04:00
2018-07-30 21:07:42 +02:00
2018-06-30 19:40:14 -04:00
2018-06-30 19:40:14 -04:00
2018-07-14 15:41:16 +01:00
2018-06-30 19:40:14 -04:00
2018-07-19 16:41:27 +02:00
2018-07-22 21:11:47 +02:00
2018-07-04 21:25:43 +10:00
2018-07-12 10:39:27 +02:00
2018-06-18 16:23:36 +02:00
2018-07-12 10:39:27 +02:00
2018-07-23 19:58:39 +01:00
2018-07-25 11:42:28 +02:00
2018-07-19 16:53:11 +02: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!