pmaports/coreapps/coretime/APKBUILD

25 lines
725 B
Text
Raw Normal View History

pkgname=coretime
pkgver=2.4.0
pkgrel=0
pkgdesc="A time related task manager from the CoreApps family."
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-2.0"
depends="libcprime qt5-qtmultimedia qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-dev qt5-qtmultimedia-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="d510922b0a309c50884a0de8dcc4c573939f4912ecfc7ca16b00f2b2279a1b95ee8f4c688a6c80d23826f4f69788db910cafbe02701fdc004717a2156bfd464c coretime-2.4.0.tar.gz"