pkgname=coreaction
pkgver=2.4.0
pkgrel=0
pkgdesc="A side bar for showing widgets from the CoreApps family."
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-2.0"
depends="libcprime libcsys qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-dev libcsys-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="018dbaaaec6250f10b21b00fe5d3af50d02c960f52b17ff08d7957d81b4773a88931dd3e8e77467323aa5a347eed6ec46a63ac7d960fd107086e5a41e18eb367  coreaction-2.4.0.tar.gz"