mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/qscintilla: New aport
QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control https://www.riverbankcomputing.com/software/qscintilla
This commit is contained in:
parent
91cb2fb6cc
commit
594356d174
27
testing/qscintilla/APKBUILD
Normal file
27
testing/qscintilla/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Maintainer: Marian Buschsiewke <marian.buschsieweke@ovgu.de>
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user