aboutsummaryrefslogtreecommitdiffstats
path: root/community/nemo-qml-plugin-connectivity/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nemo-qml-plugin-connectivity/APKBUILD')
-rw-r--r--community/nemo-qml-plugin-connectivity/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/nemo-qml-plugin-connectivity/APKBUILD b/community/nemo-qml-plugin-connectivity/APKBUILD
deleted file mode 100644
index f611de749d5..00000000000
--- a/community/nemo-qml-plugin-connectivity/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=nemo-qml-plugin-connectivity
-pkgver=0.2.10
-pkgrel=0
-pkgdesc="Nemo QML connectivity plugin"
-url="https://github.com/sailfishos/nemo-qml-plugin-connectivity"
-# armhf blocked by libqofonoext
-arch="all !armhf"
-license="BSD-3-Clause"
-makedepends="
- libconnman-qt-dev
- libqofonoext-dev
- qt5-qtbase-dev
- qt5-qtdeclarative-dev
- "
-source="https://github.com/sailfishos/nemo-qml-plugin-connectivity/archive/$pkgver/nemo-qml-plugin-connectivity-$pkgver.tar.gz"
-options="!check" # No tests
-
-build() {
- qmake-qt5
- make
-}
-
-check() {
- make check
-}
-
-package() {
- INSTALL_ROOT="$pkgdir" make install
-}
-
-sha512sums="
-455dffb4e398c01874e62506683f88c634dbfd6d949dd26958f0efa1eded5f1f7f281a1c3f74ef479b587bd8a123cccac94a8322155d0cc3bed0fa865dce0ea5 nemo-qml-plugin-connectivity-0.2.10.tar.gz
-"