Files
brew/Library/Homebrew
Claudia c2bbd9df7e Remove unneeded curl_openssl_or_deps invocation
This fixes a regression introduced in #5626 [1], which removed `curl_openssl_or_deps` and left a single call in the code.

[1]: https://github.com/Homebrew/brew/pull/5626
2019-01-28 08:10:37 +01:00
..
2019-01-23 21:57:40 +00:00
2018-11-02 17:29:23 +00:00
2019-01-23 21:57:40 +00:00
2019-01-23 21:57:40 +00:00
2019-01-23 21:57:40 +00:00
2018-09-17 03:45:59 +02:00
2019-01-08 19:13:46 +00: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-01-21 19:23:31 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-11-02 17:29:23 +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-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2019-01-23 21:57:40 +00:00
2018-11-02 17:29:23 +00:00
2019-01-14 16:47:07 +00:00
2018-10-19 16:38:41 +01:00
2018-11-02 17:29:23 +00:00
2019-01-23 15:46:03 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2019-01-25 14:01:10 -08:00
2019-01-22 14:20:24 +00:00
2018-11-02 17:29:23 +00: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!