void-packages/srcpkgs/neovim-qt/template
2020-10-30 08:51:43 +01:00

18 lines
560 B
Bash

# Template file for 'neovim-qt'
pkgname=neovim-qt
version=0.2.16.1
revision=1
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake neovim"
makedepends="qt5-devel qt5-svg-devel"
depends="neovim"
short_desc="Neovim client library and GUI, in Qt5"
maintainer="Dominic Monroe <monroef4@googlemail.com>"
license="ISC"
homepage="https://github.com/equalsraf/neovim-qt"
distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz"
checksum=971d4597b40df2756b313afe1996f07915643e8bf10efe416b64cc337e4faf2a
post_install() {
vlicense LICENSE
}