Mike McQuaid fe6b78a3f3
Use cache_store for descriptions
This makes use of both the existing interfaces and could use the
existing cache file but we'll create a new one and cleanup the old one
to avoid issues and use a more consistent name.
2018-10-13 08:22:52 -07:00
..
2018-10-13 08:22:52 -07:00
2018-10-10 14:41:50 +01:00
2018-10-07 23:10:56 +02:00
2018-10-13 08:22:52 -07:00
2018-09-17 03:45:59 +02:00
2018-09-30 16:40:20 +02:00
2018-10-07 23:10:56 +02:00
2018-10-07 22:08:59 +01:00
2018-09-17 03:45:59 +02:00
2018-10-13 08:22:52 -07:00
2018-09-04 09:56:57 +01:00
2018-09-06 18:38:43 +01:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-09-02 20:15:09 +01: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-09-17 03:45:59 +02:00
2018-10-03 21:21:05 +00:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-10-07 23:10:56 +02:00
2018-09-17 03:45:59 +02:00
2018-09-28 14:01:09 -07:00
2018-09-17 03:45:59 +02:00
2018-10-13 08:22:52 -07: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-09-17 03:45:59 +02: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-09-17 03:45:59 +02: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-09-04 05:16:59 +02:00
2018-09-12 19:28:02 +00:00
2018-09-17 03:45:59 +02:00
2018-09-17 03:45:59 +02:00
2018-09-06 01:10:47 +02:00
2018-09-17 03:45:59 +02:00
2018-10-13 08:22:52 -07:00
2018-09-17 03:45:59 +02:00
2018-10-07 23:10:56 +02:00
2018-10-13 08:22:52 -07:00
2018-09-17 03:45:59 +02:00
2018-10-07 23:10:56 +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!