# Contributor: rahmanshaber # Maintainer: rahmanshaber pkgname=corestuff pkgver=2.6.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="80d5a5bdfc5cc08a7128a3535df9f3bff6a6228400effff32cdd56b84fd7c605e6cc0c363bab044289e6ef9022610db493c7cc0c42efe180aa851ee0f82cebcc corestuff-2.6.0.tar.gz"