From b4f248e822fabfe075d591a30725f823a0d6a45c Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 1 May 2020 15:56:36 +0200 Subject: testing/libresourceqt: new aport --- testing/libresourceqt/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/libresourceqt/APKBUILD (limited to 'testing') diff --git a/testing/libresourceqt/APKBUILD b/testing/libresourceqt/APKBUILD new file mode 100644 index 0000000000..3972f6d4ab --- /dev/null +++ b/testing/libresourceqt/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=libresourceqt +pkgver=1.30.4 +pkgrel=0 +pkgdesc="Nemo's libresourceqt" +url="https://git.sailfishos.org/mer-core/libresourceqt" +arch="all" +license="LGPL-2.1-or-later" +makedepends="qt5-qtbase-dev libresource-dev" +subpackages="$pkgname-dev $pkgname-doc" +source="https://git.sailfishos.org/mer-core/libresourceqt/-/archive/$pkgver/libresourceqt-$pkgver.tar.gz" +options="!check" # No suitable tests + +build() { + qmake-qt5 + make +} + +package() { + INSTALL_ROOT="$pkgdir" make install + + # Remove tests + rm -rf "$pkgdir"/opt +} + +sha512sums="76b9606a6555f580ef618936fa1b25e16f176c3b988cc02d0a2591a5ec629ba5ea806378007d445615331836a7347101cdaa661528ea7327afdedcf5e62b6550 libresourceqt-1.30.4.tar.gz" -- cgit v1.2.3