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,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 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/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 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,37 @@ + + + ytop + + Marc Sommerau + marc.sommerau@gmail.com + + MIT + system.utils + A TUI based system monitor. + Another TUI based system monitor, this time in Rust! + + https://getsol.us/sources/README.Solus + + + ytop + A TUI based system monitor. + Another TUI based system monitor, this time in Rust! + + system.utils + + /usr/bin/ytop + + + gotop + + + + + 2020-05-16 + 0.6.2 + Packaging update + Marc Sommerau + marc.sommerau@gmail.com + + + \ No newline at end of file