AtlatestRepositorycore-channel
1(recipe
2 name: "vim"
3 version: "9.1.1164"
4 source: (url "https://github.com/vim/vim/archive/refs/tags/v9.1.1164.tar.gz"
5 sha256: "101526fa580d015edc5b5fb059d8b396cd8b05c29b0ec9ceb2a8763083293979")
6 buildenv: "894ca74bdb03c25d79f00ce915bbe25c56eba192334963c69e1846e6c84526cb"
7 deps: (list "8f7a34a579fc6badbc317fad048127801f1b0a747d7da90b4603c7297ab8df97")
8 phases: (list
9 (configure args: ("--prefix=/out"
10 "--with-features=normal"
11 "--with-tlib=ncursesw"
12 "--enable-multibyte"
13 "--disable-gui"
14 "--without-x"
15 "--disable-gtk2-check"
16 "--disable-gnome-check"
17 "--disable-motif-check"
18 "--disable-athena-check"
19 "--disable-fontset"
20 "--disable-acl"
21 "--disable-gpm"
22 "--disable-canberra"
23 "--disable-libsodium"
24 "--disable-selinux"
25 "--disable-nls"
26 "--disable-netbeans"
27 "--with-compiledby=Sigil"))
28 (make args: ("VIMRCLOC=/out/share/vim"
29 "VIMRUNTIMEDIR=/out/share/vim/vim91"))
30 (install)))