Search Criteria
Package Details: findpkg 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/findpkg.git (read-only, click to copy) |
---|---|
Package Base: | findpkg |
Description: | A fast command not found hook |
Upstream URL: | https://github.com/Alexendoo/findpkg |
Licenses: | MIT |
Submitter: | Alexendoo |
Maintainer: | Alexendoo |
Last Packager: | Alexendoo |
Votes: | 4 |
Popularity: | 0.000061 |
First Submitted: | 2022-03-17 22:03 (UTC) |
Last Updated: | 2022-03-17 22:03 (UTC) |
Dependencies (2)
- pacman (pacman-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
lmartinez-mirror commented on 2022-03-17 22:21 (UTC) (edited on 2022-03-17 22:38 (UTC) by lmartinez-mirror)
Some suggestions for this PKGBUILD:
Consider revising it to conform to the new Rust packaging guidelines such that it fetches the dependencies in the
prepare()
function, builds in thebuild()
function, etc.Use tmpfiles to create
/var/lib/findpkg
instead of creating it in the PKGBUILD. This would leave orphaned files inside/var/lib/findpkg
if the binary writes to it and the user uninstalls the package afterwards.EDIT: I went ahead and wrote up the edited PKGBUILD with a tmpfiles config file. You can find it here.