| Crates.io | cargo-brew |
| lib.rs | cargo-brew |
| version | 0.1.4 |
| created_at | 2015-11-15 18:04:20.177518+00 |
| updated_at | 2016-05-21 10:36:32.950431+00 |
| description | A cargo install wrapper to automatically install binaries into Homebrew. |
| homepage | https://github.com/Sean1708/cargo-brew |
| repository | https://github.com/Sean1708/cargo-brew.git |
| max_upload_size | |
| id | 3430 |
| size | 7,669 |
Easily integrate cargo install installed binaries into Homebrew!
Unfortunately you'll have to use cargo install just this once:
$ cargo install cargo-brew --root $(brew --cellar)/cargo-brew/0.1.2
$ brew link cargo-brew
cargo-brew currently passes all arguments straight through to cargo install and therefore supports
all arguments that cargo install does, except for --root since cargo-brew uses that to install
things to the right place.
In theory cargo-brew should remove any --root options that you pass but in practice this hasn't
been thoroughly tested. At best it'll have no effect but at worst you'll royally screw things up, so
just don't bother.
Installing a program is as simple as:
$ cargo brew --git https://github.com/rust-lang-nursery/rustfmt
and uninstalling as simple as:
$ brew uninstall rustfmt
To upgrade cargo-brew, simply cargo brew cargo-brew and cargo-brew will be cargo brewed into the
latest version number:
$ cargo brew cargo-brew