Search Criteria
Package Details: shpool 0.10.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/shpool.git (read-only, click to copy) |
|---|---|
| Package Base: | shpool |
| Description: | Think tmux, then aim... lower |
| Upstream URL: | https://github.com/shell-pool/shpool |
| Keywords: | multiplexer screen terminal tmux |
| Licenses: | Apache-2.0 |
| Submitter: | tarball |
| Maintainer: | tarball |
| Last Packager: | tarball |
| Votes: | 6 |
| Popularity: | 0.74 |
| First Submitted: | 2024-06-13 15:02 (UTC) |
| Last Updated: | 2026-05-08 05:36 (UTC) |
Dependencies (7)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- fish (fish-gitAUR) (check)
- less (less-gitAUR) (check)
- procps-ng (procps-ng-nosystemd-gitAUR, procps-ng-gitAUR) (check)
- zsh (zsh-gitAUR) (check)
Latest Comments
tarball commented on 2026-03-31 20:58 (UTC)
It's probably something local to your system, I successfully rebuilt it on a fresh one. Try building in a chroot:
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
K0RR commented on 2026-03-31 20:53 (UTC) (edited on 2026-03-31 20:54 (UTC) by K0RR)
Fails to install
Via
cargoit installed without issuesfoxcub commented on 2024-08-08 16:45 (UTC)
This doesn't build if the user's cargo
target-diris set to a non-standard location. I think this can be fixed viaexport CARGO_TARGET_DIR=target, as suggested in the Rust package guidelines.Auerhuhn commented on 2024-06-14 07:09 (UTC)
Hi @tarball,
thanks for the upload.
Would you mind adding
checkdepends=('fish' 'zsh')?Also, all the
attachtests requireXDG_RUNTIME_DIRto exist. That can be fixed by adding the following beforecargo test:Finally, the
--releaseswitch forcargo testalso breaks theattachtests in a chroot. I haven’t figured out yet why but the switch isn’t supposed to be used withcargo testanyway. Would you mind removing it?With these fixes, the PKGBUILD would build in a clean chroot.
Thanks and regards,
Auerhuhn