From 6c33169c7b0ed74a9f85b8af282488eb26ab1c08 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 27 Mar 2021 23:54:26 +0100 Subject: [PATCH] vim recipe --- recipes/vim/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/vim/Makefile diff --git a/recipes/vim/Makefile b/recipes/vim/Makefile new file mode 100644 index 0000000..7b8af2b --- /dev/null +++ b/recipes/vim/Makefile @@ -0,0 +1,18 @@ +name = vim +version = 8.2.2650 +URL = https://github.com/$(name)/$(name)/archive/v$(version).tar.gz + +description = Improved vi-style text editor +license = charityware +url = https://www.vim.org + +packager = Mickaƫl Bauer +dependencies = ncurses + +CONFIGURE_OPTIONS_USER = --with-tlib=ncursesw + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk + +post_fake_root_install: + rm $(pkg_fake_root_dir)/$(PREFIX)/bin/xxd