Search Criteria
Package Details: nvimpager-git 0.10.4.r18.g7a0b5dd-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: | 9 |
Popularity: | 0.28 |
First Submitted: | 2018-06-14 14:04 (UTC) |
Last Updated: | 2022-02-24 21:21 (UTC) |
Latest Comments
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.
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.
archerie commented on 2021-03-12 10:54 (UTC)
@gargoil Do you think you could provide "-bin" version of this or set pandoc-bin as default dependency? We could avoid almost 400mb of build dependencies getting installed. Any reason this couldn't become official package one day?
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!