William Woodruff a1140f7b92 Merge pull request #3079 from mansimarkaur/os_keg
Added tests for os/mac/keg
2017-09-26 21:36:16 -04:00
..
2017-09-24 21:23:59 +01:00
2017-09-10 16:40:18 +00:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-02 14:27:02 +02:00
2017-09-24 21:23:59 +01:00
2017-09-26 19:06:57 -04:00
2017-09-21 14:27:17 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-08-27 01:18:41 +05:30
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-01 01:50:26 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-16 10:00:06 -07: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!