void-packages/srcpkgs/neovim-qt/template
2018-07-23 23:43:33 -03:00

17 lines
500 B
Bash

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