Dominyk Tiller dad939c4d1
gpg: make executable a function, not a constant
It's a lot nicer to call `Gpg.executable` rather than
`Gpg::GPG_EXECUTABLE` externally. Also squash some logic.
2017-10-22 05:11:25 +01:00
..
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-08 14:14:24 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-20 20:28:28 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-09-29 11:41:23 +02:00
2017-10-18 14:39:09 +02:00
2017-10-05 20:33:22 -07:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02: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!