void-packages/srcpkgs/neovim-remote/template

25 lines
654 B
Bash

# Template file for 'neovim-remote'
pkgname=neovim-remote
version=2.1.3
revision=1
noarch=yes
build_style=python3-module
pycompile_module="nvr"
hostmakedepends="python3-setuptools"
depends="python3-neovim python3-psutil"
checkdepends="python3-neovim python3-psutil python3-pytest"
short_desc="Control nvim processes using 'nvr' commandline tool"
maintainer="dleeram <dleeram@protonmail.com>"
license="MIT"
homepage="https://github.com/mhinz/neovim-remote"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=8f411349c957bbc00faf7f3d91acf828276d4a0753d0b5adfd612e26005dff1a
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}