void-packages/srcpkgs/neovim-remote/template

25 lines
654 B
Bash
Raw Normal View History

# Template file for 'neovim-remote'
pkgname=neovim-remote
2017-12-03 19:23:40 +00:00
version=1.9.0
revision=1
noarch=yes
build_style=python3-module
pycompile_module="nvr"
hostmakedepends="python3-setuptools"
2017-11-14 04:42:29 +00:00
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"
2017-12-03 19:23:40 +00:00
checksum=60a8a175c27721927bbbad885b27c3deb7a9e1a20a9e02147dadeff9b6908b80
2017-11-14 04:42:29 +00:00
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}