2017-11-15 15:16:09 +01:00

25 lines
654 B
Bash

# Template file for 'neovim-remote'
pkgname=neovim-remote
version=1.8.9
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=0611d6adeb35ea26536ad37771698323d748def62e7b7a46e2d764e1b0e5755b
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}