void-packages/srcpkgs/neovim-remote/template
maxice8 0a889a787d neovim-remote: update to 2.0.3.
Closes: #12993 [via git-merge-pr]
2018-03-28 22:10:27 -07:00

24 lines
654 B
Bash

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