From 43253ede656a93562344c8a39b7e3145ad2358fc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 18 Apr 2017 08:22:37 +0100 Subject: create: use GitHub metadata where available. GitHub provides a description and homepage field so let `brew create` use them where possible. Also, detect GitHub repositories based on `releases` as well as `archive`s. --- docs/Manpage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/Manpage.md') diff --git a/docs/Manpage.md b/docs/Manpage.md index 23e338213..b861a73ae 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -709,7 +709,8 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If `--meson` is passed, create a basic template for a Meson-style build. If `--no-fetch` is passed, Homebrew will not download `URL` to the cache and - will thus not add the SHA256 to the formula for you. + will thus not add the SHA256 to the formula for you. It will also not check + the GitHub API for GitHub projects (to fill out the description and homepage). The options `--set-name` and `--set-version` each take an argument and allow you to explicitly set the name and version of the package you are creating. -- cgit v1.2.3