mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/neovim to 0.3.4-2
This commit is contained in:
parent
4b8c85eb9b
commit
bf20ba411e
1 changed files with 3 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=neovim
|
||||
pkgver=0.3.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
|
@ -23,16 +23,12 @@ sha512sums=('fbf22ccffbb36c082bfe9a66b3d0180a78581102732a44ab7a5417aef517c88b694
|
|||
install=neovim.install
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/build"
|
||||
cd "${srcdir}/build"
|
||||
|
||||
cmake "../neovim-${pkgver}" \
|
||||
-G Ninja \
|
||||
cmake -Hneovim-${pkgver} -Bbuild -GNinja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_JEMALLOC=ON \
|
||||
-DENABLE_LTO=OFF
|
||||
cmake --build .
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
Loading…
Reference in a new issue