# Description: a port to Qt of the editing component scintilla # URL: https://www.riverbankcomputing.com/software/qscintilla/ # Maintainer: Erich Eckner, crux at eckner dot net # Contributor: John McQuah, jmcquah at disroot dot org # Depends on: qt5 name=qscintilla-qt5 version=2.14.1 release=1 source=(https://www.riverbankcomputing.com/static/Downloads/QScintilla/$version/QScintilla_src-$version.tar.gz) build() { cd QScintilla_src-$version/src qmake make PREFIX=/usr make DESTDIR=$PKG INSTALL_ROOT=$PKG install }