# Template file for 'qscintilla-qt5' pkgname=qscintilla-qt5 version=2.11.2 revision=1 wrksrc="QScintilla_gpl-${version}" build_wrksrc=Qt4Qt5 build_style=qmake hostmakedepends="qt5-qmake qt5-host-tools" makedepends="qt5-devel" short_desc="Qt5 port of Neil Hodgson's Scintilla C++ editor class" maintainer="Pierre Allegraud " license="GPL-3.0-only" homepage="https://www.riverbankcomputing.com/software/qscintilla/intro" distfiles="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${version}/QScintilla_gpl-${version}.tar.gz" checksum=029bdc476a069fda2cea3cd937ba19cc7fa614fb90578caef98ed703b658f4a1 qscintilla-qt5-devel_package() { short_desc+=" - development files" depends="${makedepends} ${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove "usr/lib/*.so" vmove usr/lib/qt5/mkspecs } }