void-packages/srcpkgs/nvimpager/template
2021-09-05 14:03:56 +02:00

17 lines
540 B
Bash

# Template file for 'nvimpager'
pkgname=nvimpager
version=0.10.2
revision=1
build_style=gnu-makefile
hostmakedepends="neovim scdoc"
depends="neovim>=0.4.0 bash"
short_desc="Wrapper to use neovim as a pager to view manpages, diffs, etc"
maintainer="Adrian Herath <adrianisuru@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/lucc/nvimpager"
distfiles="https://github.com/lucc/nvimpager/archive/v${version}.tar.gz"
checksum=58d77fe301a6451098eef2677011cc99138c3735b34859a17cbaa6caba7e0ef4
post_install() {
vlicense LICENSE
}