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