aboutsummaryrefslogtreecommitdiffstats
path: root/testing/corehunt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/corehunt/APKBUILD')
-rw-r--r--testing/corehunt/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/corehunt/APKBUILD b/testing/corehunt/APKBUILD
deleted file mode 100644
index 309f70c52b..0000000000
--- a/testing/corehunt/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: rahmanshaber <rahmanshaber@yahoo.com>
-# Maintainer: rahmanshaber <rahmanshaber@yahoo.com>
-pkgname=corehunt
-pkgver=2.7.1
-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="4f550d887f68c26d3f3995dace5baed7942614545f00616010751fcf366b37c2c1e6e824dbd96b43730fa6619274aa4fd42d04953d23ffbec96a68d520279746 corehunt-2.7.1.tar.gz"