Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11037949
D4821.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D4821.diff
View Options
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 @@
+<PISI>
+ <Source>
+ <Name>rustup</Name>
+ <Packager>
+ <Name>Léo Pourcelot</Name>
+ <Email>leo.pourcelot@protonmail.com</Email>
+ </Packager>
+ <License>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="1">
+ <Date>2018-12-27</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
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 9:31 PM (20 h, 28 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802733
Default Alt Text
D4821.diff (2 KB)
Attached To
Mode
D4821: Initial working on rustup
Attached
Detach File
Event Timeline
Log In to Comment