pmaports/coreapps/corestuff/APKBUILD

25 lines
680 B
Text
Raw Normal View History

pkgname=corestuff
pkgver=2.5.0
pkgrel=0
pkgdesc="An activity viewer 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="51ac6f20a08a819023471ea64cb7227cedd80480fb0544c4d85af9ad9d10b3893b5ec03fc1bc9a2b48481ecb7758666a8d3042e510178873aacccdc1aebd7563 corestuff-2.5.0.tar.gz"