void-packages/srcpkgs/neovim-remote/template
2019-07-14 12:23:16 +02:00

24 lines
683 B
Bash

# Template file for 'neovim-remote'
pkgname=neovim-remote
version=2.1.9
revision=1
archs=noarch
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="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz"
checksum=25d9fe4f4c90a9b68d507d1c9f81411e00342c95517d19051c5dba3a42b703aa
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}