vim recipe
This commit is contained in:
parent
da22ea8ef1
commit
6c33169c7b
18
recipes/vim/Makefile
Normal file
18
recipes/vim/Makefile
Normal file
@ -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 <mickael.bauer7@gmail.com>
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user