Search Criteria
Package Details: shpool 0.8.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: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-06-13 15:02 (UTC) |
Last Updated: | 2024-10-15 09:12 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- fish (fish-gitAUR) (check)
- less (less-gitAUR) (check)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (check)
- zsh (zsh-gitAUR) (check)
Latest Comments
foxcub commented on 2024-08-08 16:45 (UTC)
This doesn't build if the user's cargo
target-dir
is 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
attach
tests requireXDG_RUNTIME_DIR
to exist. That can be fixed by adding the following beforecargo test
:Finally, the
--release
switch forcargo test
also breaks theattach
tests in a chroot. I haven’t figured out yet why but the switch isn’t supposed to be used withcargo test
anyway. Would you mind removing it?With these fixes, the PKGBUILD would build in a clean chroot.
Thanks and regards,
Auerhuhn