pmaports/coreapps/coreaction/APKBUILD

25 lines
714 B
Text
Raw Normal View History

pkgname=coreaction
pkgver=2.5.0
pkgrel=0
pkgdesc="A side bar for showing widgets from the CoreApps family."
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-2.0"
depends="libcprime libcsys qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-dev libcsys-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="f33a7960454f376dfcef5e22f8f8d7d7838bcdc15a03e84da3acb4dda74431f3a7b58a2094382e122c20864678bea1fc5f7024ab2dd94e7c753f0b33657c7c00 coreaction-2.5.0.tar.gz"