pkgname=corepad pkgver=2.4.0 pkgrel=0 pkgdesc="A document editor 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="a162b5b2a4862df74f214028b1d41c2e2324f33e21bf76ad703abc889052031446e82ae0c3c73fbb4e9d1da19c1df144268826dc5840df533bf54fd1c564cf84 corepad-2.4.0.tar.gz"