void-packages/srcpkgs/neovim-qt/template

18 lines
500 B
Bash
Raw Normal View History

2017-04-18 20:43:02 +02:00
# Template file for 'neovim-qt'
pkgname=neovim-qt
version=0.2.7
2017-04-18 20:43:02 +02:00
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=28f2b890eb74c6ab3c772523fe053b9db5c0823eaf259d6eb4ca5f568901540b
2017-04-18 20:43:02 +02:00
post_install() {
vlicense LICENSE
}