pkgname=coreuniverse pkgver=2.5.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="711a1e16d4d2fb9d7109c0edb029a5171096eb5bdae8b3b98a5eb2c246adc7c4f058e0a6e30fc536bf4bd8c65274a615d87857ea0387ed41e50237a22fa8e0f4 coreuniverse-2.5.0.tar.gz"