Xu Cheng 534bf08ec3
brew.sh: new HOMEBREW_RUBY_PATH resolution logic
* Use vendor Ruby if it's present
* Install vendor Ruby for system without Ruby 2.x
2016-07-11 21:12:56 +08:00
..
2016-07-11 21:12:56 +08:00
2016-07-11 19:23:00 +08:00
2016-07-04 16:10:24 +01:00
2016-05-22 09:40:08 +01:00
2016-07-11 21:12:56 +08:00
2016-07-02 00:29:45 +02:00
2016-05-08 16:51:22 +01:00
2016-05-03 18:52:40 +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!