A colleague is interested in trying to help write a homebrew formula for installing cargo, so that brew install cargo will work.
One hurdle that my colleague pointed out is that the homebrew policies for acceptable formulae requires that stable versions be tagged in the upstream project repository. I'm not a cargo developer, so perhaps the plan is indeed to start using the tag mechanism once we have hit a version beyond 0.0.1-pre, but we have not yet hit a stable version, and thus no tags yet exist.
Anyway, I figured I would open this ticket to track any effort towards homebrew compatibility, with the intention that this ticket be closed once brew install cargo does something plausible. :)
A colleague is interested in trying to help write a homebrew formula for installing cargo, so that
brew install cargowill work.One hurdle that my colleague pointed out is that the homebrew policies for acceptable formulae requires that stable versions be tagged in the upstream project repository. I'm not a cargo developer, so perhaps the plan is indeed to start using the tag mechanism once we have hit a version beyond
0.0.1-pre, but we have not yet hit a stable version, and thus no tags yet exist.Anyway, I figured I would open this ticket to track any effort towards homebrew compatibility, with the intention that this ticket be closed once
brew install cargodoes something plausible. :)