Search Criteria
Package Details: pacdef 1.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pacdef.git (read-only, click to copy) |
---|---|
Package Base: | pacdef |
Description: | multi-backend declarative package manager for Linux |
Upstream URL: | https://github.com/steven-omaha/pacdef |
Licenses: | GPL3 |
Submitter: | solnce |
Maintainer: | solnce |
Last Packager: | solnce |
Votes: | 5 |
Popularity: | 0.175225 |
First Submitted: | 2021-01-22 13:14 (UTC) |
Last Updated: | 2023-06-06 15:01 (UTC) |
Dependencies (2)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- rust (rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
Latest Comments
MaximGun commented on 2023-06-01 13:45 (UTC)
This builds fine on aarch64. Worth updating the PKGBUILD.
solnce commented on 2022-08-27 15:40 (UTC)
Yes, I did it a couple of times.
lmbbrkr commented on 2022-08-27 15:33 (UTC)
Have you tried running it a second time? pip caches stuff in
~/.cache/pip
(which you likely already had in your "normal" $HOME from previous build). First run will be slower regardless.solnce commented on 2022-08-26 20:13 (UTC)
Thanks for your input! I wasn't aware of that option. I tried it, and it leads to increased build times for me (from 7 to 10 seconds), therefore I am not going to apply that.
If it's possible to achieve the same thing without the increase in build time, please let me know.
lmbbrkr commented on 2022-08-26 19:21 (UTC)
Probably a good idea to use
HOME=/tmp pip install ...
so pip doesn't read user's pip.conf, as havinguser = yes
results it installing in~/.local
.