mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
cargo: now a part of rust
This commit is contained in:
parent
4a4b6a5352
commit
d22a099dac
@ -1,11 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
mkdir -p target/snapshot
|
||||
cp cargo-bootstrap/cargo/bin/cargo cargo
|
||||
|
||||
./cargo update
|
||||
./cargo build --release
|
||||
|
||||
install -Dm755 target/release/cargo "$1/usr/bin/cargo"
|
||||
install -d "$1/usr/share/man/man1"
|
||||
install -m644 src/etc/man/* "$1/usr/share/man/man1"
|
@ -1,2 +0,0 @@
|
||||
c0a81ef51196cde811ff425213bc5fc19c4ef02d6fe32725249103ed5d85db96 0.38.0.tar.gz
|
||||
84fba8b477aa966519994d2b61611fd13483e99c90642fd544ee59df10a05634 cargo-0.38.0-x86_64-unknown-linux-musl.tar.xz
|
@ -1,7 +0,0 @@
|
||||
libressl
|
||||
rust
|
||||
zlib
|
||||
cmake make
|
||||
curl make
|
||||
pkgconf make
|
||||
python make
|
@ -1,2 +0,0 @@
|
||||
https://github.com/rust-lang/cargo/archive/0.38.0.tar.gz
|
||||
https://static.rust-lang.org/dist/cargo-0.38.0-x86_64-unknown-linux-musl.tar.xz cargo-bootstrap/
|
@ -1 +0,0 @@
|
||||
0.38.0 1
|
Loading…
Reference in New Issue
Block a user