aboutsummaryrefslogtreecommitdiffstats
path: root/community/corehunt/APKBUILD
blob: 47aa0fcbcb7dd51367a647bf12309d53493db2c6 (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
# Contributor: rahmanshaber <rahmanshaber@yahoo.com>
# Maintainer: rahmanshaber <rahmanshaber@yahoo.com>
pkgname=corehunt
pkgver=2.9.0
pkgrel=0
pkgdesc="A file finder utility from the CoreApps family."
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-dev"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/corehunt/-/archive/v$pkgver/corehunt-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
options="!check"

build() {
	qmake-qt5
	make
}

package() {
	INSTALL_ROOT="$pkgdir" make install
}
sha512sums="b7e73dcd83339eb5f74864928d9383a5ee4fcacef205912ab3e035b01383e43414d07a673d49ca4d3055b90e5ce979416f1c4b94852d3dd1b8210684d8104253  corehunt-2.9.0.tar.gz"