Search Criteria
Package Details: nvimpager-git 0.12.0.r9.gbdb1c64-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvimpager-git.git (read-only, click to copy) |
---|---|
Package Base: | nvimpager-git |
Description: | Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting |
Upstream URL: | https://github.com/lucc/nvimpager |
Keywords: | neovim nvim nvimpager pager |
Licenses: | BSD |
Conflicts: | nvimpager |
Provides: | nvimpager |
Submitter: | gargoil |
Maintainer: | gargoil |
Last Packager: | gargoil |
Votes: | 8 |
Popularity: | 0.000001 |
First Submitted: | 2018-06-14 14:04 (UTC) |
Last Updated: | 2023-08-11 22:15 (UTC) |
Dependencies (6)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- neovim (nvim-with-restricted-modeAUR, neovim-nightly-binAUR, neovim-nightlyAUR, neovim-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- busted (check)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (check)
Latest Comments
1 2 Next › Last »
gargoil commented on 2023-08-11 22:17 (UTC)
@rbuchberger Thanks for the hint,
procps-ng
is part ofbase
so this should only be a problem in very constrained environments. I've added it as a dependency anyway.rbuchberger commented on 2023-08-11 19:02 (UTC)
Hello! Thanks for maintaining this PKGBUILD.
I believe procps-ng is missing from the makedepends; without it building in a chroot fails at the check stage (ps is not executable), adding it causes the build to succeed.
gargoil commented on 2023-08-09 10:26 (UTC) (edited on 2023-08-09 10:37 (UTC) by gargoil)
@Ataraxy You can always prevent
makepkg
from running checks (see Arch Wiki). For example withyay
you could pass--mflags --nocheck
.check()
was added recently at the request of the author ofnvimpager
to help catch possible issues during installation. In my experiencemake test
shouldn't take more than a few seconds.Ataraxy commented on 2023-08-09 09:27 (UTC) (edited on 2023-08-09 09:32 (UTC) by Ataraxy)
check()
takes many, runningmake test
, outputting●●◼◼◼◼
and seemingly halting.Would you please avoid
make test
?gargoil commented on 2023-07-05 19:08 (UTC)
@lucc I've updated the PKGBUILD as requested. Feel free to let me know if any further issues come up.
lucc commented on 2023-07-05 16:50 (UTC)
@gargoil: Can you also run the test suite in the PKGBUILD? We currently have a bug report nvimpager-git with neovim-git does not work: https://github.com/lucc/nvimpager/issues/87#issuecomment-1621817375
eNV25 commented on 2022-01-02 07:01 (UTC)
Please update source to use branch main.
gargoil commented on 2021-05-18 16:38 (UTC)
@lucc Thank you, curl is now no longer a make dependency.
lucc commented on 2021-05-18 15:23 (UTC)
Also, curl should not be needed any longer. The code now contains a rewrite of the AnsiEsc plugin that was downloaded with it previously.
gargoil commented on 2021-05-13 08:16 (UTC)
@cobaltspace Thank you for the hint, I didn't notice that the scdoc pull request was merged. I've updated the dependencies, so the package builds fine now.
1 2 Next › Last »