MultiMarkdown-6
MultiMarkdown-6 copied to clipboard
Update homebrew formula
Updating formula to make it available via homebrew would be fantastic!
Thank you for great tool!
I assume @fletcher is leaving it a while to make sure any residual bugs are fixed before pushing V6 to brew.
Because v6 does do a few things quite differently than earlier versions, I want to be careful about "forcing" people to upgrade. At least until they have a chance to understand the benefits of v6.
Thank you very much for explaining! Agree, could cause some irritations.
Maybe there is a chance to provide two formulas, a v5 and a v6 ones?
I thought about a separate v6 formula, but just haven't had time to get to it.
I created a pull request for homebrew for multimarkdown6
.
Great news - thank you very much!
Homebrew won't accept separate formulas.
Too bad.
Thank you anyway!
The formula should probably be called multimarkdown@6
. There are a few packages available as different versions, e.g.:
$ brew search llvm
llvm [email protected] [email protected] [email protected] llvm@4
As above, they won't accept multiple formulas -- at least not for "regular" projects. I guess llvm gets a pass.
Strange. There are quite a few formulas having at least 2 versions:
$ brew search '@' | sed 's/@.*//' | sort | uniq | wc -l
91
All I know is that I tried to create a new version, and was rejected saying they don't allow it. I don't know whether all 91 of those are valid exemptions are not.
But in either case, when I get around to it I'll update the main recipe to v6.
It seems this has now happened, multimarkdown formula now installs V6... Currently it does not install the LaTeX support files, and the only way to get them is to install from the standalone installer (which would also overwrite the homebrew mmd, breaking the symlink), perhaps the formula could comment on this to help users, or a small update to the limited documentation at https://fletcher.github.io/MultiMarkdown-6/ to help a user work out what to do.