Search Criteria
Package Details: nvui 0.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvui.git (read-only, click to copy) |
---|---|
Package Base: | nvui |
Description: | Modern frontend for Neovim |
Upstream URL: | https://github.com/rohit-px2/nvui |
Licenses: | MIT |
Submitter: | ouuan |
Maintainer: | None |
Last Packager: | lmartinez-mirror |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-12 07:54 (UTC) |
Last Updated: | 2023-04-04 18:23 (UTC) |
Dependencies (9)
- boost-libs
- fmt (fmt-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- catch2 (catch2-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- msgpack-cxx (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
alireza6677 commented on 2023-03-20 05:32 (UTC)
In order to fix the build error you must patch the
CMakeLists.txt
file and replace:find_package(msgpack CONFIG REQUIRED)
withfind_package(msgpackc-cxx CONFIG REQUIRED)
Avimitin commented on 2021-10-26 10:01 (UTC)
Try this package: https://aur.archlinux.org/packages/nvui-git/
ouuan commented on 2021-09-14 08:22 (UTC)
Unfortunately, this doesn't build with
msgpack-c 4.0.0
andmsgpack-cxx 4.0.2
. Anyone is welcomed to fix it.