From e487e150bbe1360bcc8056d4e4a993d49d8a58c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Bauer?= Date: Mon, 2 Sep 2019 18:40:44 +0000 Subject: [PATCH] vim: initial commit --- vim/recipe.spec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 vim/recipe.spec diff --git a/vim/recipe.spec b/vim/recipe.spec new file mode 100755 index 0000000..8100715 --- /dev/null +++ b/vim/recipe.spec @@ -0,0 +1,17 @@ +packager: Mickaƫl Bauer +name: vim +version: 8.1.1963 +description: Improved vi-style text editor +url: https://www.vim.org +license: Vim +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 +