19 lines
544 B
Bash
19 lines
544 B
Bash
# Template file for 'neovim-qt'
|
|
pkgname=neovim-qt
|
|
version=0.2.15
|
|
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=0e36c911b312a639140834d570a856294eb4b5830c4b86f99347deb02c0f5ca4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|