20 lines
623 B
Bash
20 lines
623 B
Bash
# Template file for 'neovim-qt'
|
|
pkgname=neovim-qt
|
|
version=0.2.17
|
|
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=ac538c2e5d63572dd0543c13fafb4d428e67128ea676467fcda68965b2aacda1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|