summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO31
1 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8621f5e78a1c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,31 @@
+pkgbase = neovim-git
+ pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs.
+ pkgver = 0.r3607.20a57c4
+ pkgrel = 1
+ url = http://neovim.io
+ install = neovim-git.install
+ arch = i686
+ arch = x86_64
+ license = custom:neovim
+ makedepends = cmake
+ makedepends = git
+ makedepends = luajit
+ makedepends = lua51-messagepack
+ makedepends = lua51-lpeg
+ depends = jemalloc
+ depends = libtermkey-bzr
+ depends = libuv
+ depends = libvterm-bzr
+ depends = msgpack-c
+ depends = unibilium
+ optdepends = python2-neovim: for Python 2 plugin support (see :help nvim-python)
+ optdepends = python-neovim: for Python 3 plugin support (see :help nvim-python)
+ optdepends = xclip: for clipboard support (or xsel) (see :help nvim-clipboard)
+ optdepends = xsel: for clipboard support (or xclip) (see :help nvim-clipboard)
+ provides = neovim=0.r3607.20a57c4
+ conflicts = neovim
+ source = neovim-git::git+https://github.com/neovim/neovim.git
+ sha256sums = SKIP
+
+pkgname = neovim-git
+