Search Criteria
Package Details: joshuto 0.9.8-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/joshuto.git (read-only, click to copy) |
---|---|
Package Base: | joshuto |
Description: | ranger-like terminal file manager written in Rust |
Upstream URL: | https://github.com/kamiyaa/joshuto |
Licenses: | LGPL-3.0-only |
Submitter: | g3tchoo |
Maintainer: | g3tchoo (HurricanePootis) |
Last Packager: | HurricanePootis |
Votes: | 9 |
Popularity: | 0.000184 |
First Submitted: | 2021-01-16 08:01 (UTC) |
Last Updated: | 2024-06-23 05:50 (UTC) |
Dependencies (7)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- libgit2 (libgit2-gitAUR) (make)
- fzf (fzf-gitAUR, skim-fzf-dropinAUR) (optional) – for better file searching
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – for clipboard support on Wayland
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – for clipboard support on X11
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – for clipboard support on X11
- zoxide (zoxide-gitAUR) (optional) – for use in cd functions
Required by (1)
- grg-git (optional)
Latest Comments
micwoj92 commented on 2024-05-09 08:42 (UTC)
Please add
!lto
option, otherwise linking breaks.kdr commented on 2023-03-16 17:52 (UTC)
Thanks g3tchoo. I set rustc-wrapper to sccache in my cargo.toml. Sorry for my ignorance, I'm a rust/cargo novice. I used that setting to build a program a long time ago and must have forgot about it. Install and build works fine now.
g3tchoo commented on 2023-03-10 02:44 (UTC)
hi kdr, i can't reproduce this locally with a chroot build. a few things might be causing this issue like the exact
cargo
provider you have installed or makepkg.conf changes you have made (which i'm assuming you did based on the presence ofsccache
). i'd recommend trying to use therust
package to build this or build using a chroot like i did.kdr commented on 2023-03-09 06:11 (UTC) (edited on 2023-03-09 06:17 (UTC) by kdr)
I'm getting this error when installing/building:
Should openssl-1.1 be added as a build dep? I'm guessing this should be handled by cargo, I'm not finding an openssl dependency in the project though.
micwoj92 commented on 2022-06-23 10:27 (UTC)
No need to use provides+conflicts here.