void-packages/srcpkgs/neovim-qt/template
2019-01-13 16:27:20 -02:00

17 lines
501 B
Bash

# Template file for 'neovim-qt'
pkgname=neovim-qt
version=0.2.12
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=f88a35683f2897d766bfd617c2bb9277e5e267a4b9c509807cbafa5cfe354cf6
post_install() {
vlicense LICENSE
}