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