From 594356d174339cb27a4ac4e6e8a21eb96da5cb0e Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Sun, 1 Sep 2019 21:02:38 +0200 Subject: [PATCH] testing/qscintilla: New aport QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control https://www.riverbankcomputing.com/software/qscintilla --- testing/qscintilla/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/qscintilla/APKBUILD diff --git a/testing/qscintilla/APKBUILD b/testing/qscintilla/APKBUILD new file mode 100644 index 00000000000..bdd9d19e3fa --- /dev/null +++ b/testing/qscintilla/APKBUILD @@ -0,0 +1,27 @@ +# Maintainer: Marian Buschsiewke +pkgname=qscintilla +pkgver=2.11.2 +pkgrel=0 +pkgdesc="QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control" +url="https://www.riverbankcomputing.com/software/qscintilla" +arch="all" +license=" GPL-3.0-only" +subpackages="$pkgname-dev" +makedepends="qt5-qtbase-dev" +source="https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_gpl-$pkgver.tar.gz" +builddir="$srcdir/QScintilla_gpl-$pkgver/Qt4Qt5" + +build() { + qmake-qt5 + make +} + +check() { + make check +} + +package() { + make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1 +} + +sha512sums="de4eb9fb8d13c1a8f1acb6e941a8e751e0f0df02b59eb1a32bcdbedc1cc62ad3a1b778d45541ea048710349db827323a07aaede415712d6c9ac6acc07f0c160f QScintilla_gpl-2.11.2.tar.gz"