24 lines
656 B
Bash
24 lines
656 B
Bash
# Template file for 'neovim-remote'
|
|
pkgname=neovim-remote
|
|
version=2.1.7
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="nvr"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-neovim python3-psutil"
|
|
checkdepends="python3-neovim python3-psutil python3-pytest"
|
|
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=f709237a84a42e494533d155da02551709056643bf0ca92ea0208f4e2ea7d272
|
|
|
|
do_check() {
|
|
python3 -m pytest
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|