Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37601201
en ru br
ALT Linux repos
S:2.5.1-alt1

Group :: Development/Tools
RPM: neovim-remote

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname nvr

Name: neovim-remote
Version: 2.3.4
Release: alt2

Summary: Remote controle for Neovim

License: %mit
Group: Development/Tools
Url: https://github.com/mhinz/neovim-remote

Source: %name-%version.tar
BuildArch: noarch

Patch: %name-%version-%release.patch

AutoReqProv: nopython
%define __python %nil

BuildRequires(pre): rpm-build-python3 rpm-build-licenses
Requires: python3(msgpack)

%description
This package provides an executable called nvr which solves these cases:
- Controlling nvim processes from the shell. E.g. opening files in another terminal window.
- Opening files from within :terminal without starting a nested nvim process.

%prep
%setup -n %name-%version
%patch -p1

%build
%python3_build

%install
%python3_install

%files
%_bindir/%oname
%python3_sitelibdir/%oname/
%python3_sitelibdir/*.egg-*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin