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/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/nemo-qml-plugin-connectivity/APKBUILD b/community/nemo-qml-plugin-connectivity/APKBUILD
deleted file mode 100644
index 2948a0bcd37..00000000000
--- a/community/nemo-qml-plugin-connectivity/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=nemo-qml-plugin-connectivity
-pkgver=0.2.7
-pkgrel=0
-pkgdesc="Nemo QML connectivity plugin"
-url="https://git.sailfishos.org/mer-core/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://git.sailfishos.org/mer-core/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="ce27edbe5de88a7f37f88a72344eaae7e43b4117e41f56142b94ebf75fccb7932329f07de6b05ef07ef40c65c7fe0cdd4c721a874985539b4cbf151f5c5e1404 nemo-qml-plugin-connectivity-0.2.7.tar.gz"