30 lines
857 B
Bash
30 lines
857 B
Bash
# Template file for 'qscintilla-qt5'
|
|
pkgname=qscintilla-qt5
|
|
version=2.10.8
|
|
revision=1
|
|
wrksrc="QScintilla_gpl-${version}"
|
|
build_wrksrc="Qt4Qt5"
|
|
build_style="qmake"
|
|
hostmakedepends="qt5-qmake"
|
|
makedepends="qt5-devel"
|
|
short_desc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
|
|
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
|
homepage="https://www.riverbankcomputing.com/software/qscintilla/intro"
|
|
license="GPL-3.0-only"
|
|
distfiles="${SOURCEFORGE_SITE}/pyqt/${wrksrc}.tar.gz"
|
|
checksum=46cd5b4e609ca5e13130ba8cc7028d44fd1dc5b037f97c492899006ed0c992eb
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends="qt5-devel"
|
|
fi
|
|
|
|
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
|
|
}
|
|
}
|