This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
recipes/vim/recipe.spec

18 lines
444 B
Plaintext
Executable File

packager: Mickaël Bauer <mickael.bauer7@gmail.com>
name: vim
version: 8.1.1987
description: Improved vi-style text editor
url: https://www.vim.org
license: charityware
sources: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz -> %{name}-%{version}.tar.gz
dependencies:
- ncurses
options:
- configure: --with-tlib=ncursesw --disable-nls
@install
cd %{name}-%{version}
make DESTDIR=%{pkg} install
rm %{pkg}%{prefix}/bin/xxd