Package Details: findpkg 1.0.0-1

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: 5
Popularity: 0.011651
First Submitted: 2022-03-17 22:03 (UTC)
Last Updated: 2022-03-17 22:03 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

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 the build() 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.