parent
4c3bd33a16
commit
d0825150e0
1 changed files with 19 additions and 0 deletions
19
srcpkgs/neovim-remote/template
Normal file
19
srcpkgs/neovim-remote/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue