community/neovim to 0.4.2-2

This commit is contained in:
Kevin Mihelich 2019-09-21 22:54:47 +00:00
parent 20b7390711
commit 2ab687e182

View file

@ -7,13 +7,13 @@
pkgname=neovim
pkgver=0.4.2
pkgrel=1
pkgrel=2
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
url='https://neovim.io'
backup=('etc/xdg/nvim/sysinit.vim')
license=('custom:neovim')
depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit' 'libluv')
depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit' 'libluv')
makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
'xclip: for clipboard support (or xsel) (see :help clipboard)'
@ -25,7 +25,6 @@ build() {
cmake -Hneovim-${pkgver} -Bbuild -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_JEMALLOC=ON \
-DENABLE_LTO=OFF
cmake --build build
}