# Contributor: rahmanshaber # Maintainer: rahmanshaber pkgname=coreuniverse pkgver=2.6.0 pkgrel=0 pkgdesc="Shows information about apps 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="0998b72689dfaa425f19053a8e1ad10cd32142252921c0fd589f2c751776b14b89f4061504b0df38b0b9c83d6aca92ab4981057fbef73c6509f0f24e2a14bdca coreuniverse-2.6.0.tar.gz"