Merge branch 'master' of Izimic/recipes into master
This commit is contained in:
commit
5ea84e4624
17
vim/recipe.spec
Executable file
17
vim/recipe.spec
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
packager: Mickaël Bauer <mickael.bauer7@gmail.com>
|
||||||
|
name: vim
|
||||||
|
version: 8.1.1963
|
||||||
|
description: Improved vi-style text editor
|
||||||
|
url: https://www.vim.org
|
||||||
|
license: charityware
|
||||||
|
sources: https://github.com/${name}/${name}/archive/v${version} -> %{name}-%{version}.tar.gz
|
||||||
|
dependencies:
|
||||||
|
- ncurses
|
||||||
|
|
||||||
|
options:
|
||||||
|
- configure: --with-tlib=ncursesw
|
||||||
|
@install
|
||||||
|
cd %{name}-%{version}
|
||||||
|
make DESTDIR=%{pkg} install
|
||||||
|
rm %{pkg}%{prefix}/bin/xxd
|
||||||
|
|
Reference in New Issue
Block a user