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 +