2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

cargo: new package at 0.37.0

This commit is contained in:
Muhammad Herdiansyah 2019-07-30 11:35:54 +07:00
parent 6ec3c232c5
commit ecaa1234b0
5 changed files with 23 additions and 0 deletions

11
testing/cargo/build Executable file
View 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
View 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
View File

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

2
testing/cargo/sources Normal file
View 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
View File

@ -0,0 +1 @@
0.37.0 1