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
|
pkgname=neovim
|
||||||
pkgver=0.3.4
|
pkgver=0.3.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://neovim.io'
|
url='https://neovim.io'
|
||||||
|
@ -23,16 +23,12 @@ sha512sums=('fbf22ccffbb36c082bfe9a66b3d0180a78581102732a44ab7a5417aef517c88b694
|
||||||
install=neovim.install
|
install=neovim.install
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/build"
|
cmake -Hneovim-${pkgver} -Bbuild -GNinja \
|
||||||
cd "${srcdir}/build"
|
|
||||||
|
|
||||||
cmake "../neovim-${pkgver}" \
|
|
||||||
-G Ninja \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DENABLE_JEMALLOC=ON \
|
-DENABLE_JEMALLOC=ON \
|
||||||
-DENABLE_LTO=OFF
|
-DENABLE_LTO=OFF
|
||||||
cmake --build .
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
|
Loading…
Reference in a new issue