Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37504761
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: neovim-remote

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin