blob: 3d6fd6995a9113ff7a7f6f201bab8e6033c9840f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
pkgbase = neovim-git
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs.
pkgver = 0.4.0.r2972.g3fbff98cf
pkgrel = 1
url = https://neovim.io
install = neovim-git.install
arch = i686
arch = x86_64
arch = armv7h
arch = armv6h
arch = aarch64
license = custom:neovim
makedepends = cmake
makedepends = git
makedepends = gperf
makedepends = lua51-mpack
makedepends = lua51-lpeg
depends = libluv
depends = libtermkey
depends = libutf8proc
depends = libuv
depends = libvterm>=0.1.git5
depends = luajit
depends = msgpack-c
depends = unibilium
depends = tree-sitter
optdepends = python2-neovim: for Python 2 plugin support (see :help provider-python)
optdepends = python-neovim: for Python 3 plugin support (see :help provider-python)
optdepends = ruby-neovim: for Ruby plugin support (see :help provider-ruby)
optdepends = xclip: for clipboard support (or xsel) (see :help provider-clipboard)
optdepends = xsel: for clipboard support (or xclip) (see :help provider-clipboard)
optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
provides = neovim=0.4.0.r2972.g3fbff98cf
provides = vim-plugin-runtime
conflicts = neovim
options = !strip
backup = etc/xdg/nvim/sysinit.vim
source = neovim-git::git+https://github.com/neovim/neovim.git
sha256sums = SKIP
pkgname = neovim-git
|