blob: 4fb18689dd982176b1b9350a00d63c06739ffbfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = neovim-nightly
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs - Nightly Builds
pkgver = 0.5.0+20200418
pkgrel = 1
epoch = 1
url = https://neovim.io
install = neovim.install
arch = x86_64
license = custom:neovim
optdepends = python2-neovim: for Python 2 plugin support, see :help python
optdepends = python-neovim: for Python 3 plugin support, see :help python
optdepends = xclip: for clipboard support, see :help clipboard
optdepends = xsel: for clipboard support, see :help clipboard
provides = neovim
conflicts = neovim
source = neovim-0.5.0+20200418.tar.gz::https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
sha512sums = SKIP
pkgname = neovim-nightly
|