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

Группа :: Редакторы
Пакет: vim-plugin-editorconfig

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# SPDX-License-Identifier: GPL-2.0-only
%define _unpackaged_files_terminate_build 1

Name: vim-plugin-editorconfig
Summary: EditorConfig plugin for Vim
Version: 1.1.1
Release: alt1
License: BSD-2-Clause and Python-2.0
Group: Editors
Url: https://editorconfig.org/
Vcs: https://github.com/editorconfig/editorconfig-vim

Source: %name-%version.tar

BuildArch: noarch
BuildRequires(pre): rpm-build-vim

%description
This is an %summary.

EditorConfig helps maintain consistent coding styles for multiple
developers working on the same project across various editors and
IDEs. The EditorConfig project consists of a file format for defining
coding styles and a collection of text editor plugins that enable editors
to read the file format and adhere to defined styles. EditorConfig files
are easily readable and they work nicely with version control systems.

%prep
%setup

%install
mkdir -p %buildroot%vim_runtime_dir
cp -av autoload doc plugin %buildroot%vim_runtime_dir

%files
%doc README.md CONTRIBUTORS
%vim_runtime_dir/*/*

%changelog

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

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