void-packages/srcpkgs/neovim-qt/template

20 lines
623 B
Bash

# Template file for 'neovim-qt'
pkgname=neovim-qt
version=0.2.18
revision=1
build_style=cmake
configure_args="-DENABLE_TESTS=OFF -DUSE_SYSTEM_MSGPACK=ON"
hostmakedepends="qt5-host-tools qt5-qmake neovim"
makedepends="msgpack-devel qt5-devel qt5-svg-devel"
depends="neovim"
short_desc="Neovim client library and GUI, in Qt5"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/equalsraf/neovim-qt"
distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz"
checksum=b1e1e019946ecb106b3aea8e35fc6e367d2efce44ca1c1599a2ccdfb35a28635
post_install() {
vlicense LICENSE
}