aboutsummaryrefslogtreecommitdiffstats
path: root/testing/coretoppings/APKBUILD
blob: a6e4f2b6b188fd3cbf171864ffe92ad940e88928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: rahmanshaber <rahmanshaber@yahoo.com>
# Maintainer: rahmanshaber <rahmanshaber@yahoo.com>
pkgname=coretoppings
pkgver=2.8.0
pkgrel=0
pkgdesc="An activity viewer from the CoreApps family."
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-dev qt5-qtx11extras-dev qt5-qtconnectivity-dev qt5-qtlocation-dev libcsys-dev libxcomposite-dev xcb-util-dev libxrender-dev xcb-util-wm-dev"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/coretoppings/-/archive/v$pkgver/coretoppings-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
options="!check" # No test suite

build() {
	qmake-qt5
	make
}

package() {
	INSTALL_ROOT="$pkgdir" make install
}

sha512sums="569d84a58beb8483792cd9526bb150ed603db15ffaa65efdee1ec1f8413c2c26593b22aba545b2fc428eb14392b9254e57641aae8bb6dca310af6ed01c12a29f  coretoppings-2.8.0.tar.gz"