New package: neovim-remote-1.8.4

Closes: #7736 [via git-merge-pr]
This commit is contained in:
dleeram 2017-09-19 19:06:34 +01:00 committed by Michael Aldridge
parent 4c3bd33a16
commit d0825150e0
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'neovim-remote'
pkgname=neovim-remote
version=1.8.4
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=b18c0faa3afc1f6c66bc915c5c5c101f0c48fb47b7a9e54cf7aaa3278d670b33
post_install() {
vlicense LICENSE
}