26 lines
897 B
Bash
26 lines
897 B
Bash
# Template file for 'neovim'
|
|
pkgname=neovim
|
|
version=0.2.0
|
|
revision=2
|
|
build_style=cmake
|
|
configure_args="-DENABLE_JEMALLOC=0 -DUSE_BUNDLED_LIBTERMKEY=OFF"
|
|
hostmakedepends="gperf lua51-lpeg lua51-mpack lua51-BitOp"
|
|
makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel"
|
|
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
|
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|
license="Apache-2.0, GPL-2"
|
|
homepage="http://neovim.io"
|
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=72e263f9d23fe60403d53a52d4c95026b0be428c1b9c02b80ab55166ea3f62b5
|
|
|
|
# XXX: neovim needs host bin to generate helptags at build time.
|
|
nocross=yes
|
|
|
|
alternatives="
|
|
vi:vi:/usr/bin/nvim
|
|
vi:vi.1:/usr/share/man/man1/nvim.1
|
|
vi:view:/usr/bin/nvim
|
|
vi:view.1:/usr/share/man/man1/nvim.1
|
|
vim:vim:/usr/bin/nvim
|
|
vim:vim.1:/usr/share/man/man1/nvim.1"
|