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