18 lines
558 B
Bash
18 lines
558 B
Bash
# Template file for 'neovim-qt'
|
|
pkgname=neovim-qt
|
|
version=0.2.16
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="qt5-host-tools qt5-qmake neovim"
|
|
makedepends="qt5-devel qt5-svg-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=fc1244e0b667688c684e540b6c09aa14a62cc441e4b4e7f742ed61cdf94937d6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|