Shaun Jackman 0d5a53ba2c Add extend/os/linux/system_config.rb
Report the Linux kernel, OS, and gcc versions.
2017-03-16 17:59:26 -07:00
..
2017-03-15 22:58:25 +02:00
2017-03-11 21:16:37 +01:00
2017-03-06 11:41:29 +01:00
2017-03-14 17:30:06 +01:00
2016-09-23 15:30:06 +02:00
2016-09-23 18:19:53 +02:00
2017-03-08 08:51:41 +00:00
2016-10-22 13:32:46 +01:00
2017-02-12 15:55:14 +00:00
2016-10-02 00:24:47 +02:00
2017-01-04 11:13:41 +00:00
2016-09-23 18:19:53 +02:00
2016-10-12 15:37:33 +01:00
2016-11-13 23:00:47 +01:00
2016-12-20 10:22:30 +00:00
2017-03-11 21:16:37 +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!