Mike McQuaid 0b0ab9b606 Merge pull request #2924 from sjackman/sse4-linux
cpu: fix SSE4 detection on Linux
2017-07-25 13:31:44 +01:00
..
2017-05-29 18:43:18 +01:00
2017-07-22 11:29:19 +02:00
2017-07-15 12:57:34 +01:00
2017-07-07 15:20:19 +01:00
2017-07-15 17:40:55 -07:00
2017-07-05 20:51:51 +02:00
2017-05-29 18:43:18 +01:00
2017-05-29 18:43:18 +01:00
2017-07-20 20:02:34 +01:00
2017-07-15 17:41:17 -07:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +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!