mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/neovim to 0.4.2-2
This commit is contained in:
parent
20b7390711
commit
2ab687e182
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue