pkgname=coreimage pkgver=2.5.0 pkgrel=0 pkgdesc="An image viewer from the CoreApps family." arch="all" url="https://gitlab.com/cubocore" license="GPL-2.0" depends="libcprime 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() { cd "$builddir" qmake-qt5 make } package() { cd "$builddir" INSTALL_ROOT="$pkgdir" make install } sha512sums="037b37db316c92f41f1ab52399f4511b7b0aca1c53c9a31c8d6db44880478640fd567887c3f5b9ea91b4eb9aedf19b395be2ab063c30f6b8204cf93bc638a5a3 coreimage-2.5.0.tar.gz"