Page MenuHomeSolus

D5090.id12447.diff
No OneTemporary

D5090.id12447.diff

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 : 2
+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,36 @@
+<PISI>
+ <Source>
+ <Name>rustup</Name>
+ <Packager>
+ <Name>Léo Pourcelot</Name>
+ <Email>leo.pourcelot@protonmail.com</Email>
+ </Packager>
+ <License>- Apache-2.0
+- MIT
+</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">The Rust toolchain installer.</Summary>
+ <Description xml:lang="en">The Rust toolchain installer.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>rustup</Name>
+ <Summary xml:lang="en">The Rust toolchain installer.</Summary>
+ <Description xml:lang="en">The Rust toolchain installer.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/rustup</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="2">
+ <Date>2019-01-18</Date>
+ <Version>1.16.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Léo Pourcelot</Name>
+ <Email>leo.pourcelot@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 2:56 PM (3 h, 6 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5814984
Default Alt Text
D5090.id12447.diff (2 KB)

Event Timeline