L. E. Segovia 53b95c6260
Cask: use native chmod to set write permissions
Ruby chmod follows symlinks, which can point to non-existent files. This
should fix quarantining Casks e.g. disk-inventory-x.
2018-09-07 16:57:00 +00:00
..
2018-09-06 14:18:30 +01:00
2018-09-06 09:30:52 +02:00
2018-09-04 05:16:59 +02:00
2018-09-06 01:10:47 +02:00
2018-09-05 16:01:36 +08:00
2018-09-07 15:37:31 +00:00
2018-09-02 20:15:09 +01:00
2018-09-06 12:38:20 +01:00
2018-09-06 09:30:52 +02:00
2018-09-04 09:56:57 +01:00
2018-09-02 20:15:09 +01:00
2018-09-06 12:38:20 +01:00
2018-09-06 01:10:47 +02:00
2018-09-02 20:15:09 +01:00
2018-09-06 01:10:47 +02:00
2018-09-02 20:15:09 +01:00
2018-09-02 20:15:09 +01:00
2018-09-04 05:16:59 +02:00
2018-09-06 01:10:47 +02:00
2018-09-02 16:15:09 +01:00
2018-09-04 05:16:59 +02:00
2018-09-04 05:16:59 +02:00
2018-09-06 01:10:47 +02:00
2018-09-06 09:30:52 +02:00
2018-09-02 20:15:09 +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!