vim: recipe fix
This commit is contained in:
parent
e24288e645
commit
5bcb63f3a6
@ -1,15 +1,15 @@
|
|||||||
packager: Mickaël Bauer <mickael.bauer7@gmail.com>
|
packager: Mickaël Bauer <mickael.bauer7@gmail.com>
|
||||||
name: vim
|
name: vim
|
||||||
version: 8.1.1963
|
version: 8.1.1987
|
||||||
description: Improved vi-style text editor
|
description: Improved vi-style text editor
|
||||||
url: https://www.vim.org
|
url: https://www.vim.org
|
||||||
license: charityware
|
license: charityware
|
||||||
sources: https://github.com/${name}/${name}/archive/v${version} -> %{name}-%{version}.tar.gz
|
sources: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz -> %{name}-%{version}.tar.gz
|
||||||
dependencies:
|
dependencies:
|
||||||
- ncurses
|
- ncurses
|
||||||
|
|
||||||
options:
|
options:
|
||||||
- configure: --with-tlib=ncursesw
|
- configure: --with-tlib=ncursesw --disable-nls
|
||||||
@install
|
@install
|
||||||
cd %{name}-%{version}
|
cd %{name}-%{version}
|
||||||
make DESTDIR=%{pkg} install
|
make DESTDIR=%{pkg} install
|
||||||
|
Reference in New Issue
Block a user