void-packages/srcpkgs/neovim-remote/template
maxice8 7f8f9b292b neovim-remote: update to 1.9.4.
Closes: #12490 [via git-merge-pr]
2018-03-15 19:29:00 -07:00

24 lines
654 B
Bash

# Template file for 'neovim-remote'
pkgname=neovim-remote
version=1.9.4
revision=1
noarch=yes
build_style=python3-module
pycompile_module="nvr"
hostmakedepends="python3-setuptools"
checkdepends="python3-psutil python3-neovim python3-pytest"
depends="python3-neovim python3-psutil"
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=331038fb3bc8d9ec4f4d7967d0388d74645f4df2324ec5ba99fd40a89203ccb8
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}