void-packages/srcpkgs/neovim-qt/template
2019-08-13 19:31:09 +02:00

17 lines
501 B
Bash

# Template file for 'neovim-qt'
pkgname=neovim-qt
version=0.2.13
revision=1
build_style=cmake
makedepends="qt5-devel neovim"
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=382d6db482804e830d14b922caaef4500c325f3a380165d68b6e998d99deb837
post_install() {
vlicense LICENSE
}