Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048424
D8299.id21403.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
D8299.id21403.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,7 @@
+ld-linux-x86-64.so.2
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+libm.so.6
+libpthread.so.0
+librt.so.1
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,19 @@
+name : ytop
+version : 0.6.2
+release : 1
+source :
+ - https://github.com/cjbassi/ytop/archive/0.6.2.tar.gz : d9fd6ce00e27de894bc0790947fbeab40e81e34afa5ead5a53d126c458d50e99
+license : MIT
+component : system.utils
+summary : A TUI based system monitor.
+description: |
+ Another TUI based system monitor, this time in Rust!
+networking : yes
+replaces :
+ - gotop
+builddeps :
+ - cargo
+build : |
+ cargo build --release --bin ytop
+install : |
+ install -Dm00755 target/release/ytop $installdir/usr/bin/ytop
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>ytop</Name>
+ <Packager>
+ <Name>Marc Sommerau</Name>
+ <Email>marc.sommerau@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">A TUI based system monitor.</Summary>
+ <Description xml:lang="en">Another TUI based system monitor, this time in Rust!
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>ytop</Name>
+ <Summary xml:lang="en">A TUI based system monitor.</Summary>
+ <Description xml:lang="en">Another TUI based system monitor, this time in Rust!
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/ytop</Path>
+ </Files>
+ <Replaces>
+ <Package>gotop</Package>
+ </Replaces>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-05-16</Date>
+ <Version>0.6.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Marc Sommerau</Name>
+ <Email>marc.sommerau@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 4:35 PM (2 h, 59 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5860834
Default Alt Text
D8299.id21403.diff (2 KB)
Attached To
Mode
D8299: Initial inclusion of ytop
Attached
Detach File
Event Timeline
Log In to Comment