Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37911611
en ru br
ALT Linux repositórios
S:2023.04.04_1-alt1

Group :: Editores
RPM: vim-plugin-vimwiki

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define oname vimwiki

Name: vim-plugin-vimwiki
Version: 2023.04.04_1
Release: alt1

Summary: A personal wiki for Vim

License: MIT
Group: Editors
Url: https://vimwiki.github.io/

VCS: git://git.altlinux.org/gears/v/%name.git
Source: %name-%version.tar
Source1: %name.watch

Provides: %oname = %version

BuildRequires: rpm-build-vim
BuildArch: noarch

%description
VimWiki is a personal wiki for Vim -- a number of linked text files that have
their own syntax highlighting.

With VimWiki, you can:

- Organize notes and ideas
- Manage to-do lists
- Write documentation
- Maintain a diary
- Export everything to HTML

To do a quick start, press `<Leader>ww` (default is `\ww`) to go to your index
wiki file. By default, it is located in `~/vimwiki/index.wiki`. See `:h vimwiki_list`
for registering a different path/wiki.

%prep
%setup

%install
mkdir -p %buildroot%vim_runtime_dir
find . -mindepth 1 -maxdepth 1 -type d \
-not -name '.*' -and \
-not -name doc -and \
-not -name test \
-exec cp -a -t %buildroot%vim_runtime_dir '{}' ';'
mkdir -p %buildroot%vim_runtime_dir/doc
cp -a doc/*.txt %buildroot%vim_runtime_dir/doc

%files
%doc CONTRIBUTING.md doc/design_notes.md LICENSE.md
%vim_runtime_dir/*/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009