Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cargo-binstall #144

Merged
merged 1 commit into from Jul 3, 2022
Merged

Add support for cargo-binstall #144

merged 1 commit into from Jul 3, 2022

Conversation

Jackenmen
Copy link
Contributor

cargo binstall provides an easy way to install rust binaries in opposition to building from source as cargo install does. That project along with cargo quickinstall project is aiming to improve the experience that you get with the built-in cargo install that is way slower due to it having to first build the package and all its dependencies.

I've added support for cargo-binstall using these instructions:
https://github.com/ryankurte/cargo-binstall#supporting-binary-installation

You can test that this pkg-url works using this command:

cargo-binstall --pkg-url="{ repo }/releases/download/{ version }/sheldon-{ version }-{ target }.tar.gz" sheldon

@rossmacarthur rossmacarthur merged commit 8b991fa into rossmacarthur:trunk Jul 3, 2022
@Jackenmen Jackenmen deleted the patch-1 branch July 3, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants