Search Criteria
Package Details: macchina 0.7.0-1
Git Clone URL: | https://aur.archlinux.org/macchina.git (read-only, click to copy) |
---|---|
Package Base: | macchina |
Description: | A system information fetcher, with an emphasis on performance and minimalism. |
Upstream URL: | https://github.com/Macchina-CLI/macchina |
Keywords: | command-line fetcher rust system |
Licenses: | |
Submitter: | grtcdr |
Maintainer: | grtcdr |
Last Packager: | grtcdr |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-07 10:29 |
Last Updated: | 2021-04-20 20:27 |
Dependencies (6)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rustup-git, rust-nightly-bin, rust-wasm, rust-bin, rust, rustup) (make)
- git (git-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rust-bin, rustup) (make)
- wmctrl (optional) – window manager support
Latest Comments
grtcdr commented on 2021-04-18 22:40
Thank you, I updated it, so the next release shouldn't use targetdir.
yochananmarqos commented on 2021-04-16 23:24
The
targetdir
is completely unnecessary in the package() function. Use--target-dir=target
withcargo build
instead. See Rust package guidelines.