# Contributor: rahmanshaber # Maintainer: rahmanshaber pkgname=coreimage pkgver=2.6.0 pkgrel=0 pkgdesc="An image viewer from the CoreApps family." arch="all" url="https://gitlab.com/cubocore" license="GPL-2.0-only" depends="qt5-qtsvg" makedepends="qt5-qtbase-dev libcprime-dev" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz" builddir="$srcdir/$pkgname-v$pkgver" options="!check" build() { qmake-qt5 make } package() { INSTALL_ROOT="$pkgdir" make install } sha512sums="6e67f0f78f4e5cd4ced2369256379fa409cba2d4a5a215e5d815155cbdc080f7c52067f620eb41ff3d332323ac9cddbd206caeb7be4d6cea42b21389509c7108 coreimage-2.6.0.tar.gz"