# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=syntax-highlighting pkgver=5.45.0 pkgrel=0 pkgdesc='Syntax highlighting engine for structured text and code' arch="all" url='https://community.kde.org/Frameworks' license="LGPL-2.1" depends="" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="5761aae600cc3a6c15309fceae4b1e498f411510f4b34a212c5b09ea3c9ffcd90279ac9185d96528415c532b572d8d542d240caf5eb907539bd9a8c086acd2f3 syntax-highlighting-5.45.0.tar.xz"