18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'neovim-qt'
|
|
pkgname=neovim-qt
|
|
version=0.2.11
|
|
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=f678f25499b6e086d8fce83778be30508df080eb0ab808d7c204e261b5630498
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|