mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
parent
c9e71c1be2
commit
e495c347dd
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'nvimpager'
|
||||
pkgname=nvimpager
|
||||
version=0.11.0
|
||||
version=0.12.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="neovim scdoc"
|
||||
depends="neovim>=0.4.0 bash"
|
||||
hostmakedepends="scdoc"
|
||||
depends="neovim bash"
|
||||
short_desc="Wrapper to use neovim as a pager to view manpages, diffs, etc"
|
||||
maintainer="Adrian Herath <adrianisuru@gmail.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/lucc/nvimpager"
|
||||
distfiles="https://github.com/lucc/nvimpager/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8159324c3ef564a773d279eae5fec1708bf7632dcbe41f6e20509623f830a222
|
||||
checksum=57c8e15b24c07d462c05268a5a7d6c4eb4ebdc6a83af00d4fdc634836ba45d74
|
||||
|
||||
do_build() {
|
||||
: # nothing to build
|
||||
|
|
Loading…
Add table
Reference in a new issue