pmaports/coreapps/corehunt/APKBUILD
rahmanshaber 8a22cce65e
coreapps/*: update to 2.5.0 (!296)
[ci:skip-build]: already built successfully in CI
2019-04-04 23:42:38 +02:00

24 lines
681 B
Text

pkgname=corehunt
pkgver=2.5.0
pkgrel=0
pkgdesc="A file finder utility from the CoreApps family."
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-2.0"
depends="libcprime qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-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="e5c200656085dfd54b477a707424b6180e5cc1e51faf9e8540e5d94717e247f5e7af145c1412b2022eeeb4be3d2cfc6b48063e75815369023b84442f27290ca6 corehunt-2.5.0.tar.gz"