25 lines
681 B
Text
25 lines
681 B
Text
|
pkgname=corehunt
|
||
|
pkgver=2.4.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="e7476fc5a20fc074df80c3c223c5c3cb621bae4807808eb44cbe1ef37d860d1d869ff6da4dbc9dce87e44ac5e222c23ef7adc39fd43e03706ebb64202a235ddd corehunt-2.4.0.tar.gz"
|