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
423 B
Plaintext
Raw Normal View History

2019-09-02 20:40:44 +02:00
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
2019-09-02 20:41:56 +02:00
license: charityware
2019-09-02 20:40:44 +02:00
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