aboutsummaryrefslogtreecommitdiffstats
path: root/community/libglacierapp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libglacierapp/APKBUILD')
-rw-r--r--community/libglacierapp/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/libglacierapp/APKBUILD b/community/libglacierapp/APKBUILD
deleted file mode 100644
index 9025a7c175a..00000000000
--- a/community/libglacierapp/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=libglacierapp
-pkgver=0.7
-pkgrel=0
-pkgdesc="Glacier applications wrapper library"
-url="https://github.com/nemomobile-ux/libglacierapp"
-arch="all !armhf" # armhf blocked by qt5-qtdeclarative
-license="LGPL-2.0-or-later"
-depends_dev="
- qt5-qtbase-dev
- qt5-qtdeclarative-dev
- mlite-dev
- "
-makedepends="$depends_dev cmake"
-subpackages="$pkgname-dev"
-source="https://github.com/nemomobile-ux/libglacierapp/archive/$pkgver/libglacierapp-$pkgver.tar.gz"
-options="!check" # No tests
-
-build() {
- cmake -B build \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
-
-sha512sums="
-e73a4af781846fd98df34fab1b096cd87c64deb1c4e14493071408cb92fa1d7b9c0e08c75b69dc419784a5ed8d780282c3d3edcdd872a3b2dcb8200fd1be344d libglacierapp-0.7.tar.gz
-"