cruxports/qscintilla-qt6/Pkgfile

17 lines
492 B
Plaintext
Raw Normal View History

2022-02-05 20:39:19 +00: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 17:44:54 +00:00
# Depends on: qt6-base
2022-02-05 20:39:19 +00:00
2022-12-23 17:44:54 +00:00
name=qscintilla-qt6
version=2.13.3
2022-02-05 20:39:19 +00: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 17:44:54 +00:00
qmake-qt6
2022-02-05 20:39:19 +00:00
make PREFIX=/usr
make DESTDIR=$PKG INSTALL_ROOT=$PKG install
}