pkgname=corestuff pkgver=2.4.0 pkgrel=0 pkgdesc="An activity 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="1d48a6a97ff267fbf74d1893d155a7ce17a4251ff60916deb45d4b0e12a89f2c33af07c9916991285ba1ecfb23267f704896fd03c32c9766e8a3b4b00b7f4778 corestuff-2.4.0.tar.gz"