2022-02-05 15:39:19 -05:00
|
|
|
# Description: a port to Qt of the editing component scintilla
|
|
|
|
# URL: https://www.riverbankcomputing.com/software/qscintilla/
|
|
|
|
# Maintainer: John McQuah, jmcquah at disroot dot org
|
2022-12-23 16:29:08 -05:00
|
|
|
# Depends on: qt5
|
2022-02-05 15:39:19 -05:00
|
|
|
|
2022-12-23 16:29:08 -05:00
|
|
|
name=qscintilla-qt5
|
2022-12-23 12:44:54 -05:00
|
|
|
version=2.13.3
|
2022-02-05 15:39:19 -05:00
|
|
|
release=1
|
|
|
|
source=(https://www.riverbankcomputing.com/static/Downloads/QScintilla/$version/QScintilla_src-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd QScintilla_src-$version/src
|
2022-12-23 16:29:08 -05:00
|
|
|
qmake
|
2022-02-05 15:39:19 -05:00
|
|
|
make PREFIX=/usr
|
|
|
|
make DESTDIR=$PKG INSTALL_ROOT=$PKG install
|
|
|
|
}
|