pmaports/coreapps/libcsys/APKBUILD

29 lines
737 B
Text
Raw Normal View History

pkgname=libcsys
pkgver=2.4.0
pkgrel=0
pkgdesc="Library for managing a hard drive and getting system resource information in real-time."
arch="all"
url="https://gitlab.com/cubocore"
license="LGPL-2.1"
depends="qt5-qtbase"
makedepends="qt5-qtbase-dev"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
subpackages="$pkgname-dev"
builddir="$srcdir/$pkgname-v$pkgver"
build() {
cd "$builddir"
qmake-qt5
make
}
check() {
cd "$builddir"
}
package() {
cd "$builddir"
INSTALL_ROOT="$pkgdir" make install
}
sha512sums="a3c2be5b5cf802b092116e2ceda0b5436ed63a16919d53a831fd43543137187d5b1d0aeba560276dd223ca46fe51b67dca8ce913415b2ac90f7659978482edbc libcsys-2.4.0.tar.gz"