Dominyk Tiller 0ea4da4ef6
github: limit PR search to Homebrew
Not sure whether this is the way you want to handle this problem but
it's really darn irritating so here's a PR that handles it one way.

Fixes: https://github.com/Homebrew/brew/pull/3086#issuecomment-324519156
2017-08-31 03:59:33 +01:00
..
2017-08-22 10:31:21 +00:00
2017-08-31 03:59:33 +01:00
2017-07-07 15:20:19 +01:00
2017-07-15 17:40:55 -07:00
2017-08-27 01:18:41 +05:30
2017-07-05 20:51:51 +02:00
2017-07-30 14:22:05 +02:00
2017-08-05 18:03:04 +01:00
2017-07-27 15:59:37 +01:00
2017-08-07 11:16:36 +01:00
2017-07-21 17:20:54 +01:00
2017-07-30 14:22:05 +02:00
2017-07-21 10:50:07 +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!