Files
brew/Library/Homebrew
Dominyk TillerandGitHub 553ef05ab6 Merge pull request #939 from DomT4/guile
keg: make guile's site-dir persistent
2016-09-12 15:10:36 +01:00
..
2016-09-11 17:59:01 +01:00
2016-09-11 17:49:27 +01:00
2016-09-11 19:13:01 +01:00
2016-09-01 16:39:21 +01:00
2016-09-12 03:24:53 +01:00
2016-09-05 21:43:03 +02:00
2016-09-11 19:12:59 +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!