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.000000 |
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 (busybox-coreutilsAUR, procps-ng-gitAUR) (check)
Latest Comments
« First ‹ Previous 1 2
cobaltspace commented on 2021-05-13 00:35 (UTC)
I think
scdoc
is now a make dependencygargoil commented on 2021-03-12 13:20 (UTC)
@archerie Setting pandoc-bin as the default dependency would lead to issues, if you already had the official pandoc package installed on your system. I therefore don't think that this is an option. Providing a separate -bin package would definitely be possible. However, you can also install pandoc-bin manually, if you don't want to deal with all of pandocs dependencies.
On the subject of this becoming an official package, I don't think that there is anywhere near enough interest to justify that.
cjbassi commented on 2018-11-18 06:13 (UTC) (edited on 2018-11-18 06:37 (UTC) by cjbassi)
@gargoil Thanks for pointing that out, I should've seen that. Just a bummer that I have to install all of Haskell just to build a man page XD
edit: Just learned of pandoc-bin in the AUR which doesn't require installing Haskell.
gargoil commented on 2018-11-16 21:06 (UTC)
@cjbassi Unfortunately pandoc is required to build the man pages. Using the makefile, there is currently no way of building the package without pandoc.
cjbassi commented on 2018-11-16 20:46 (UTC)
I may be missing something, but it doesn't seem like pandoc is being used in the make process of this package so it should be removed. Thanks!
« First ‹ Previous 1 2