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

Can support install from github url #1971

Open
ahaoboy opened this issue Nov 16, 2024 · 2 comments
Open

Can support install from github url #1971

ahaoboy opened this issue Nov 16, 2024 · 2 comments

Comments

@ahaoboy
Copy link

ahaoboy commented Nov 16, 2024

Perhaps another tool could be developed based on cargo-binstall that could install the latest version of a program from a github url and the corresponding release page, but the two are very similar. Perhaps this installation method could support some private gitlab repositories?

cargo binstall https://github.com/awslabs/llrt
cargo binstall https://github.com/awslabs/llrt/releases
@ahaoboy
Copy link
Author

ahaoboy commented Nov 16, 2024

This installation method can mainly install some non-rust programs, but they have similar release names rules as rust programs.

cargo binstall https://github.com/quickjs-ng/quickjs/releases

@NobodyXu
Copy link
Member

Well cargo-bins-tall supports --git to install crates not released on crates.io and supports private github repositories as well.

We also support private cargo registry.

We haven't got support for gitlab yet or for non-rust crate, but I'd welcome any contribution and is willing to review them.

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

No branches or pull requests

2 participants