diff options
| author | Tom Schoonjans | 2016-12-19 21:51:57 +0100 |
|---|---|---|
| committer | Tom Schoonjans | 2016-12-19 21:51:57 +0100 |
| commit | cc09bb14c16c8e4f6b360f30074522c2ee25167b (patch) | |
| tree | f56fa30b4f6e791149233b53c967ccbdc72d8f49 /manpages/brew-cask.1 | |
| parent | 6b4de315046a8e4d8b8b70418f7ccd15fecb7801 (diff) | |
| download | brew-cc09bb14c16c8e4f6b360f30074522c2ee25167b.tar.bz2 | |
brew create: add meson support
meson is quickly gaining popularity as build system, in combination with
ninja. Several Gnome projects for example are currently transitioning
from autotools to meson, mostly because it allows for Visual Studio
builds, which is impossible to accomplish with autotools.
In order to facilitate generating meson based Formulas, I added support
for meson to brew-create.
Diffstat (limited to 'manpages/brew-cask.1')
| -rw-r--r-- | manpages/brew-cask.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index a14c7521a..af5335f79 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW\-CASK" "1" "November 2016" "Homebrew" "brew-cask" +.TH "BREW\-CASK" "1" "December 2016" "Homebrew" "brew-cask" . .SH "NAME" \fBbrew\-cask\fR \- a friendly binary installer for macOS |
