Search Criteria
Package Details: qman-git 1.3.1.r28.gb461fb9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qman-git.git (read-only, click to copy) |
---|---|
Package Base: | qman-git |
Description: | A more modern manual page viewer for our terminals |
Upstream URL: | https://github.com/plp13/qman |
Licenses: | BSD-2-Clause |
Conflicts: | qman |
Provides: | qman |
Submitter: | plp |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 2 |
Popularity: | 0.44 |
First Submitted: | 2023-12-19 19:00 (UTC) |
Last Updated: | 2025-03-25 10:37 (UTC) |
Dependencies (10)
- bzip2 (bzip2-gitAUR)
- libinih (libinih-gitAUR)
- man-db
- ncurses (ncurses-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- python-cogapp (make)
- cunit (bcunit-cunit-compatAUR, cunit-svnAUR) (check)
Latest Comments
« First ‹ Previous 1 2
plp commented on 2025-02-22 14:18 (UTC)
Do I have to do something for this package to be merged with
qman
?plp commented on 2025-02-21 22:03 (UTC)
Done:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=qman
Please let me know if there are any problems. I tried to do this as quickly as possible, so I obviously didn't go through the guidelines thoroughly.
Also, and provided you are OK with
qman
,qman-git
can be deleted.yochananmarqos commented on 2025-02-21 21:11 (UTC)
@plp: Please resubmit as
qman
if you're going to create "releases". VCS packages do not work the way you're treating this. Please see VCS package guidelines.plp commented on 2025-02-21 21:08 (UTC)
I'm sorry, for some reason I wasn't receiving notifications for the package, and I was therefore unaware of the submitted comments and patch.
Please refrain from deleting it, and will make the necessary corrections to it as soon as humanly possible. Please note that this may take a few days, as I'm obviously not well versed in makepkg, and I'll have to do some reading.
Thank you.
intelfx commented on 2025-01-28 18:13 (UTC)
Multiple minor and major issues with this PKGBUILD. Please consider applying the patch: https://0x0.st/88Pz.patch
license=()
formatting, license itself not installed$pkgname
as the name of the source repository, leave it as-is (this messes with people who use a shared $SRCDEST)prepare()
must be used to apply modifications to the source filesarch-meson
not used-git
package, yet pkgver is not generated automaticallyUnfortunately, the repository does not have any tags, so I had to bump epoch and use a revision counter. Either accept what I did, or add some tags to the repository. In any way, in a
-git
package, pkgver is supposed to be bumped automatically, not by hand.kseistrup commented on 2025-01-08 07:37 (UTC)
@plp What yochananmarqos says.
Also, the
PKGBUILD
should haveyochananmarqos commented on 2024-04-28 19:10 (UTC)
PKGBUILD critique:
licenses
package, it needs to be installed with the packageman-db
?/usr/man/
instead of/usr/share/man/
.« First ‹ Previous 1 2