Search Criteria
Package Details: nerdfix 0.4.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nerdfix.git (read-only, click to copy) |
|---|---|
| Package Base: | nerdfix |
| Description: | nerdfix helps you to find/fix obsolete Nerd Font icons in your project. |
| Upstream URL: | https://github.com/loichyan/nerdfix |
| Licenses: | MIT, Apache |
| Submitter: | Sanpi |
| Maintainer: | Sanpi |
| Last Packager: | Sanpi |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-05-02 16:58 (UTC) |
| Last Updated: | 2024-11-23 14:11 (UTC) |
Dependencies (1)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
Latest Comments
nathan72419 commented on 2023-05-14 10:13 (UTC)
the test cases right now will fail the aur installation.
Sanpi commented on 2023-05-04 10:38 (UTC)
@dreieck I added the
prepare()function.I looked at other rust packages and
$CARGO_HOMEisn’t set, probably because that increase significantly the building time.Thank you.
dreieck commented on 2023-05-04 10:25 (UTC)
This
PKGBUILDdownloads stuff duringbuild()and clutters the user's home directory ($HOME/.cargo/) with it.Can you please
prepare(), so thatbuild()andpackage()do not need internet access, and$srcdir(e.g. by setting$CARGO_HOME)?Thanks for the package!,
regards.