# Template file for 'neovim-remote' pkgname=neovim-remote version=2.4.0 revision=5 build_style=python3-module 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="Orphaned " license="MIT" homepage="https://github.com/mhinz/neovim-remote" distfiles="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz" checksum=4213b6eaad638aa20d8687362764843beb626e6e1a03bc3c8b3399bbfc11fbf7 do_check() { python3 -m pytest } post_install() { vlicense LICENSE }