diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template new file mode 100644 index 0000000000..6c1419ab1b --- /dev/null +++ b/srcpkgs/neovim-remote/template @@ -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 " +license="MIT" +homepage="https://github.com/mhinz/neovim-remote" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=b18c0faa3afc1f6c66bc915c5c5c101f0c48fb47b7a9e54cf7aaa3278d670b33 + +post_install() { + vlicense LICENSE +}