diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-12-27 14:56:26 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 15:49:40 +0100 |
| commit | feddee1ddf6ca5b8c320d6efc4a90bf75f647b22 (patch) | |
| tree | 3d51d6bbf0a7d6f038c1afceb7c9871f42cfa2a0 /testing | |
| parent | d46b7e5fdbbc0cc4cae2b6c39981e3925cb318b5 (diff) | |
| download | aports-feddee1ddf6ca5b8c320d6efc4a90bf75f647b22.tar.bz2 aports-feddee1ddf6ca5b8c320d6efc4a90bf75f647b22.tar.xz | |
testing/accounts-qml-module: new aport
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/accounts-qml-module/APKBUILD | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/testing/accounts-qml-module/APKBUILD b/testing/accounts-qml-module/APKBUILD new file mode 100644 index 0000000000..b867158125 --- /dev/null +++ b/testing/accounts-qml-module/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=accounts-qml-module +pkgver=0.7_git20190605 +pkgrel=0 +_commit="69e17dec5add40655cd9334ec7ad4eef13fed8a4" +arch="all" +url="https://gitlab.com/accounts-sso/accounts-qml-module" +pkgdesc="QML bindings for libaccounts-qt + libsignon-qt" +license="LGPL-2.1-only" +makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qttools-dev libaccounts-qt-dev signond-dev qtchooser" +checkdepends="xvfb-run" +#source="https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/VERSION_$pkgver/accounts-qml-module-VERSION_$pkgver.tar.gz" +source="$pkgname-$_commit.tar.gz::https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/$_commit.tar.gz" +options="!check" # Requires dbus-test-runner which isn't in the Alpine repos +builddir="$srcdir/$pkgname-$_commit" + +build() { + qmake-qt5 \ + PREFIX=/usr \ + LIBDIR=/usr/lib \ + CONFIG+=no_docs + make +} + +check() { + make check +} + +package() { + INSTALL_ROOT="$pkgdir" make install +} + +sha512sums="fd74f6e050d82586e04af1a29e6802c83559de0201f195c122b378051fcd86ecd02f057cbf1cfb1b9e42bcbbbb697e06d74df24ee32ef84cbff1b5d688db3802 accounts-qml-module-69e17dec5add40655cd9334ec7ad4eef13fed8a4.tar.gz" |
