void-packages/srcpkgs/neovim-qt/template
2019-10-20 20:53:04 +02:00

18 lines
544 B
Bash

# Template file for 'neovim-qt'
pkgname=neovim-qt
version=0.2.14
revision=1
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake neovim"
makedepends="qt5-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=1a8a6aea077c336003d44000b1cbe954d58b66519fc2b5f5c8f64ba6b33a71aa
post_install() {
vlicense LICENSE
}