imagemagick@6 6.9.9-0
=====================
Created with `brew bump-formula-pr`.
---
Please remember to
```
brew mirror imagemagick@6
```
when merging.
🖼️🔮6️⃣
`brew create` is centered around knowing the URL beforehand:
```
brew create URL [--autotools|--cmake|--meson] [--no-fetch] [--set-name name] [--set-version version] [--tap user/repo]:
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. For the complete API have a look at
http://www.rubydoc.info/github/Homebrew/brew/master/Formula.
...
```
In this case we only take a package name, so an alternative syntax needs to be devised, and language/node being a niche (only 27 formulae in core at the moment), a special syntax doesn't seem to be worthwhile, and may even add confusion (trying to `brew create <package name>` rather than `brew create <tarball url>` is a quite natural to do).