2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

cargo: now a part of rust

This commit is contained in:
Dylan Araps 2019-08-24 20:34:27 +00:00
parent 4a4b6a5352
commit d22a099dac
5 changed files with 0 additions and 23 deletions

View File

@ -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"

View File

@ -1,2 +0,0 @@
c0a81ef51196cde811ff425213bc5fc19c4ef02d6fe32725249103ed5d85db96 0.38.0.tar.gz
84fba8b477aa966519994d2b61611fd13483e99c90642fd544ee59df10a05634 cargo-0.38.0-x86_64-unknown-linux-musl.tar.xz

View File

@ -1,7 +0,0 @@
libressl
rust
zlib
cmake make
curl make
pkgconf make
python make

View File

@ -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/

View File

@ -1 +0,0 @@
0.38.0 1