Package Details: qp-bin 5.6.0-1

Git Clone URL: https://aur.archlinux.org/qp-bin.git (read-only, click to copy)
Package Base: qp-bin
Description: qp - Query Packages. A CLI utility for querying installed packages, written in Go. Replaces yaylog.
Upstream URL: https://github.com/Zweih/qp
Keywords: aur cli dependencies filtering go history installed-packages log pacman querying required-by terminal
Licenses: GPL3
Conflicts: qp, qp-git
Provides: qp
Replaces: yaylog, yaylog-bin, yaylog-git
Submitter: Zweih
Maintainer: Zweih
Last Packager: Zweih
Votes: 5
Popularity: 3.60
First Submitted: 2025-04-01 01:23 (UTC)
Last Updated: 2025-04-24 17:35 (UTC)

Pinned Comments

Latest Comments

m040601 commented on 2025-04-09 20:28 (UTC)

pacman -Ql qp-bin

...
qp-bin /usr/share/doc/qp-bin/
qp-bin /usr/share/doc/qp-bin/NEWS

The names of directories you create in "/usr/share/docs" and "/usr/share/licenses" dont get the "-bin"or "-git" appended. It doesn matter if the PKGBUILD is called "XYZ-bin" or "XYZ-git". That's the job for other "tags" like for ex. "Conflicts", "Provides" "Replaces". So it should be,

/usr/share/doc/qp/NEWS

m040601 commented on 2025-02-09 18:58 (UTC)

Thanks for the PKGBUILD. Really nice little tool in Go. I also use yay and like the name "yaylog"

16 makedepends=('help2man')

You should remove that. You dont need it because you ship the yaylog.1 man page on the tar.gz released on github.