diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,10 @@ +libc.so.6 +libcrypto.so.1.0.0 +libdl.so.2 +libgcc_s.so.1 +liblzma.so.5 +libm.so.6 +libpthread.so.0 +librt.so.1 +libssl.so.1.0.0 +libz.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : rustup +version : 1.16.0 +release : 1 +source : + - https://github.com/rust-lang/rustup.rs/archive/1.16.0.tar.gz : 8c4ffeda2088dbdd5ea2eac8acef5ddd57dfcfe1f06a503e3da790f93161e1a6 +license : | + - Apache-2.0 + - MIT +component : programming.tools +summary : The Rust toolchain installer. +description: | + The Rust toolchain installer. +builddeps : + - cargo + - curl +networking : yes +build : | + cargo build --release --features no-self-update +install : | + install -Dm00755 target/release/rustup-init $installdir/usr/bin/rustup diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + rustup + + Léo Pourcelot + leo.pourcelot@protonmail.com + + MIT + programming.tools + The Rust toolchain installer. + The Rust toolchain installer. + + https://solus-project.com/sources/README.Solus + + + rustup + The Rust toolchain installer. + The Rust toolchain installer. + + programming.tools + + /usr/bin/rustup + + + + + 2018-12-27 + 1.16.0 + Packaging update + Léo Pourcelot + leo.pourcelot@protonmail.com + + + \ No newline at end of file