Search Criteria
Package Details: bottom 0.5.7-0
Git Clone URL: | https://aur.archlinux.org/bottom.git (read-only, click to copy) |
---|---|
Package Base: | bottom |
Description: | A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. |
Upstream URL: | https://github.com/ClementTsang/bottom |
Keywords: | cli cross-platform monitoring top tui |
Licenses: | |
Provides: | |
Submitter: | xoronth |
Maintainer: | xoronth |
Last Packager: | xoronth |
Votes: | 14 |
Popularity: | 2.10 |
First Submitted: | 2020-01-10 03:30 |
Last Updated: | 2021-01-31 02:43 |
Dependencies (1)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rustup-git, rust-nightly-bin, rust-wasm, rust-bin, rust, rustup) (make)
Latest Comments
lucatrazzi commented on 2021-01-19 14:13
For some reason, with both bottom and bottom-bin I don't see any executable to run?
EDIT: MMm... executable is btm, not bottom
deathtrip commented on 2020-12-09 18:02
After building, cargo shows it's built with debuginfo enabled: release [optimized + debuginfo]
Can you remove the debuginfo?
hvksmr1996 commented on 2020-10-31 01:57
The
check
function fails when I runmakepkg --syncdeps
in an Arch Linux docker container. I do not know why. Is there a dependency missing?EDIT: Actually, it was compilation errors: https://gist.github.com/KSXGitHub/8caaf8f51dae8593a7af8f2fc7b6d6b5
xoronth commented on 2020-07-31 02:30
Thanks for the feedback, I'll consider those in the future.
Svenstaro commented on 2020-07-20 19:45
A few notes:
would be nicer as
install -Dm755 target/release/btm "$pkgdir/usr/bin/btm"
You should also run the tests:
cargo test --release --locked
You use bottom_required_files.tar.gz instead of the automatic GitHub release tarball https://github.com/ClementTsang/bottom/archive/0.4.5.tar.gz. This is fine but it's a little weird that you'd go to the trouble of making your own release tarball and don't ship signatures with it (which would be the usual reason to roll your own tarballs). So perhaps consider signing those release tarballs and putting the ASCII armored signatures next to the release.
xoronth commented on 2020-03-23 22:36
Thanks, noted!
wezm commented on 2020-03-19 22:46
Hi, couple of suggestions for the PKGBUILD:
--locked
in the cargo build invocation-> Stripping unneeded symbols from binaries and libraries...
)xoronth commented on 2020-02-27 00:03
Sorry about that... forgot to publish the draft. Should be fixed now.
sappel24 commented on 2020-02-26 11:55
curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/ClementTsang/bottom/releases/download/0.2.2/bottom_source_code.tar.gz Aborting... Error downloading sources: bottom
Big-B commented on 2020-02-26 02:11
Download link doesn't appear to be working.