mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-22 06:17:41 -07:00
cargo: new package at 0.37.0
This commit is contained in:
parent
6ec3c232c5
commit
ecaa1234b0
11
testing/cargo/build
Executable file
11
testing/cargo/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
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"
|
2
testing/cargo/checksums
Normal file
2
testing/cargo/checksums
Normal file
@ -0,0 +1,2 @@
|
||||
377e1090e9ce21206270576193746499a26e8ffbd8b89ccd5f8eb1085ca00e3b 0.37.0.tar.gz
|
||||
53975d91e11569f2255d8e30176f05f6976cd810725197a527b0e7ad547ca70c cargo-0.37.0-x86_64-unknown-linux-musl.tar.xz
|
7
testing/cargo/depends
Normal file
7
testing/cargo/depends
Normal file
@ -0,0 +1,7 @@
|
||||
libressl
|
||||
rust
|
||||
zlib
|
||||
cmake make
|
||||
curl make
|
||||
pkgconf make
|
||||
python make
|
2
testing/cargo/sources
Normal file
2
testing/cargo/sources
Normal file
@ -0,0 +1,2 @@
|
||||
https://github.com/rust-lang/cargo/archive/0.37.0.tar.gz
|
||||
https://static.rust-lang.org/dist/cargo-0.37.0-x86_64-unknown-linux-musl.tar.xz cargo-bootstrap/
|
1
testing/cargo/version
Normal file
1
testing/cargo/version
Normal file
@ -0,0 +1 @@
|
||||
0.37.0 1
|
Loading…
Reference in New Issue
Block a user