parent
f8c228b45d
commit
11f82b0ad1
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'neovim-remote'
|
||||
pkgname=neovim-remote
|
||||
version=1.9.6
|
||||
version=2.0.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="nvr"
|
||||
hostmakedepends="python3-setuptools"
|
||||
checkdepends="python3-psutil python3-neovim python3-pytest"
|
||||
checkdepends="python3-neovim python3-psutil 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"
|
||||
checksum=579397f3aec60fa23a6ce9f796b3f49a9656f412a1eb78c12cd40924bf9ef124
|
||||
checksum=60623df270ad14bea048ee76ed94e0a6b6e194c9baa4a12653125f545ac6854b
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
|
|
Loading…
Reference in New Issue