diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2020-05-01 16:32:14 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-04 10:32:09 +0000 |
| commit | 232bd6503ca9083e7a9eee5f955ff1d547cf9b78 (patch) | |
| tree | 37bed2435a9483d3a22ff3b20c02a0cccf76466f /testing | |
| parent | a188205bedb26ab8fb5c22c65264ddcc08e9fc2d (diff) | |
| download | aports-232bd6503ca9083e7a9eee5f955ff1d547cf9b78.tar.bz2 aports-232bd6503ca9083e7a9eee5f955ff1d547cf9b78.tar.xz | |
testing/libiodata: new aport
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/libiodata/APKBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/libiodata/APKBUILD b/testing/libiodata/APKBUILD new file mode 100644 index 0000000000..d60c1c9645 --- /dev/null +++ b/testing/libiodata/APKBUILD @@ -0,0 +1,23 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=libiodata +pkgver=0.19.11 +pkgrel=0 +pkgdesc="A library for reading and writing simple structured data" +url="https://git.sailfishos.org/mer-core/libiodata" +arch="all" +license="LGPL-2.1-only" +makedepends="bison flex qt5-qtbase-dev argp-standalone" +subpackages="$pkgname-dev" +source="https://git.sailfishos.org/mer-core/libiodata/-/archive/$pkgver/libiodata-$pkgver.tar.gz" + +build() { + qmake-qt5 + make -j1 # Multi-threaded builds are broken +} + +package() { + INSTALL_ROOT="$pkgdir" make install +} + +sha512sums="3b86a0c76fc995a42d3b4fac8fd504696a80d627a04b37adb01cf3da6533e5bf7fef0319589da1cc1d3224cf8a14437166d20b302cd661f9aad70bab3a23f585 libiodata-0.19.11.tar.gz" |
