Search Criteria
Package Details: nvimpager 0.13.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvimpager.git (read-only, click to copy) |
---|---|
Package Base: | nvimpager |
Description: | Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting |
Upstream URL: | https://github.com/lucc/nvimpager |
Licenses: | BSD |
Conflicts: | nvimpager-git |
Submitter: | liljaylj |
Maintainer: | liljaylj |
Last Packager: | liljaylj |
Votes: | 8 |
Popularity: | 0.013589 |
First Submitted: | 2022-06-18 01:38 (UTC) |
Last Updated: | 2024-05-24 12:04 (UTC) |
Dependencies (4)
- 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)
Latest Comments
Freso commented on 2024-03-19 16:43 (UTC)
Please make the
$source
filename unique (see Arch package guidelines#Package sources); e.g., something likesource=("${pkgname}-${pkgver}.tar.gz::https://github.com/lucc/nvimpager/archive/refs/tags/v$pkgver.tar.gz")
should work.