vp-build/srcpkgs/neovim-remote/template

20 lines
559 B
Bash

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