diff options
| author | Samuel John | 2013-08-20 15:37:31 +0200 |
|---|---|---|
| committer | Samuel John | 2013-08-20 15:37:31 +0200 |
| commit | 400dc599fd63b094903b64e53045465c64a22aec (patch) | |
| tree | f5475cbbfe2e8bec5d8a70dc992be94ac6084204 /Library | |
| parent | fa05a1b8e4885d53497901e21e38ac1704975fa1 (diff) | |
| download | homebrew-400dc599fd63b094903b64e53045465c64a22aec.tar.bz2 | |
man brew: Mention the example-formula.rb
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index d3af5fb67..3692bb206 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -67,7 +67,9 @@ Note that these flags should only appear after a command. Generate a formula for the downloadable file at <URL> and open it in the editor. Homebrew will attempt to automatically derive the formula name and version, but if it fails, you'll have to make your own template. The wget - formula serves as a simple example. + formula serves as a simple example. For a complete cheat-sheet, have a look at + + `$(brew --prefix)/Library/Contributions/example-formula.rb` If `--autotools` is passed, create a basic template for an Autotools-style build. If `--cmake` is passed, create a basic template for a CMake-style build. |
