rustup: conflict with rust, cargo
This commit is contained in:
parent
4f50d3a3c7
commit
f5b2fdbdf1
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rustup'
|
||||
pkgname=rustup
|
||||
version=1.14.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}.rs-${version}"
|
||||
build_style=cargo
|
||||
configure_args="--features no-self-update --bin rustup-init"
|
||||
|
@ -14,6 +14,8 @@ homepage="https://www.rustup.rs"
|
|||
distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz"
|
||||
checksum=ab125d9b12bf0f3f7e7ad98e826035fa1ae3dbe6ba8b78be4c82f9cde00bc59f
|
||||
|
||||
conflicts="rust cargo"
|
||||
|
||||
do_install() {
|
||||
vbin target/${RUST_TARGET}/release/rustup-init rustup
|
||||
for cmd in cargo rust-gdb rust-lldb rustc rustdoc; do
|
||||
|
|
Loading…
Reference in a new issue