aboutsummaryrefslogtreecommitdiffstats
path: root/community/coreuniverse/APKBUILD
blob: 35732612a90544b3fc47f880976731715e53d7af (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
26
27
28
# Contributor: rahmanshaber <rahmanshaber@yahoo.com>
# Maintainer: rahmanshaber <rahmanshaber@yahoo.com>
pkgname=coreuniverse
pkgver=4.2.0
pkgrel=0
pkgdesc="Shows information about apps from C-Suite"
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-dev cmake ninja"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/coreuniverse/-/archive/v$pkgver/coreuniverse-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
options="!check"

build() {
	cmake -B build \
		-GNinja \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_INSTALL_LIBDIR=lib \
		-DCMAKE_BUILD_TYPE=None
	cmake --build build
}

package() {
	DESTDIR="$pkgdir" cmake --install build
}
sha512sums="8cf18fa84d784c8688ce6cfc3a97b625e8f3cb3c0bf58666ecf11cd0ee3fda4f4f5d43ec9007b3e6a698c6ef7b72a7135fb412c7e5ba0e6b4fcc043742f0fb7b  coreuniverse-4.2.0.tar.gz"