Thanks for the heads up, there were a couple of different libuv PKGBUILDs floating around and I think they got consolidated now.
Search Criteria
Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neovim-git.git (read-only, click to copy) |
---|---|
Package Base: | neovim-git |
Description: | Fork of Vim aiming to improve user experience, plugins, and GUIs |
Upstream URL: | https://neovim.io |
Keywords: | editor |
Licenses: | custom:neovim |
Conflicts: | neovim |
Provides: | neovim, vim-plugin-runtime |
Submitter: | fhahn |
Maintainer: | Farzat (gpanders) |
Last Packager: | gpanders |
Votes: | 257 |
Popularity: | 1.25 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2024-09-04 00:24 (UTC) |
Dependencies (24)
- libluv
- libutf8proc (libutf8proc-gitAUR)
- libuv (libuv-gitAUR)
- lua51-lpeg
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- msgpack-c
- tree-sitter (tree-sitter-gitAUR)
- tree-sitter-c (tree-sitter-c-gitAUR)
- tree-sitter-lua (tree-sitter-lua-gitAUR)
- tree-sitter-markdown (tree-sitter-markdown-gitAUR)
- tree-sitter-query
- tree-sitter-vim
- tree-sitter-vimdoc (tree-sitter-vimdoc-gitAUR)
- unibilium
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- python-pynvim (python-pynvim-gitAUR) (optional) – for Python plugin support (see :help python)
- tree-sitter-bash (tree-sitter-bash-gitAUR) (optional) – tree-sitter parser for bash
- Show 4 more dependencies...
Required by (431)
- candyvim-git (requires neovim)
- cmp-buffer (requires neovim)
- completion-nvim (requires neovim)
- cppman-git (requires neovim) (optional)
- deoplete (requires neovim) (optional)
- deoplete-git (requires neovim) (optional)
- eovim (requires neovim)
- fvim (requires neovim)
- fvim-bin (requires neovim)
- glrnvim (requires neovim)
- gnvim (requires neovim)
- gnvim-git (requires neovim)
- goneovim-bin (requires neovim)
- goneovim-git (requires neovim)
- gonvim (requires neovim)
- grg-git (requires neovim) (optional)
- hyprforest-installer-bin (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- Show 411 more...
Sources (3)
fhahn commented on 2014-02-24 16:50 (UTC)
diegoviola commented on 2014-02-24 10:29 (UTC)
it should be "21st century".
fhahn commented on 2014-02-22 16:09 (UTC)
I've added the LICENSE file.
<deleted-account> commented on 2014-02-22 12:26 (UTC)
According to the packaging guidelines a non-standard license should be included with the package.
https://wiki.archlinux.org/index.php/PKGBUILD#license
Adding the following in install() should suffice:
install -Dm644 "$srcdir/$pkgname/vim-license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
fhahn commented on 2014-02-21 23:24 (UTC)
I've updated the PKGBUILD, "cmake -DCMAKE_INSTALL_PREFIX=/usr .." is now used, thanks.
RunningDroid commented on 2014-02-21 21:40 (UTC)
Could you change "cmake .." to "cmake -DCMAKE_INSTALL_PREFIX=/usr .." so it looks in /usr/share/vim for vimfiles instead of /usr/local/share/vim
jonhoo commented on 2014-02-21 21:35 (UTC)
`cmake ..` should be replaced with `cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..` to make neovim fall back to files in /usr/share/vim instead of /usr/local/share/vim.
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)