aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nlohmann-json
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-08-18 23:59:00 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-08-19 00:10:35 +0200
commit20af3a9900d3baca52d6b163681387400a4dd16c (patch)
treef0e2ba4325b0baff15a69a04068f853d189d90a0 /testing/nlohmann-json
parentead59c4fea378eddb79a3b96415313fa70305a54 (diff)
downloadaports-20af3a9900d3baca52d6b163681387400a4dd16c.tar.bz2
aports-20af3a9900d3baca52d6b163681387400a4dd16c.tar.xz
testing/nlohmann-json: take over maintainership and disable -dev package
It's just a single header file package anyway, the non -dev or -doc package would be useless.
Diffstat (limited to 'testing/nlohmann-json')
-rw-r--r--testing/nlohmann-json/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD
index 3289ddd232..da6f41e6c5 100644
--- a/testing/nlohmann-json/APKBUILD
+++ b/testing/nlohmann-json/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Nick Black <dankamongmen@gmail.com>
-# Maintainer:
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=nlohmann-json
pkgver=3.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="JSON for Modern C++"
url="https://github.com/nlohmann/json"
arch="noarch"
license="MIT"
makedepends="cmake doxygen graphviz"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-doc"
source="nlohmann-json-$pkgver.tar.gz::https://github.com/nlohmann/json/archive/v$pkgver.tar.gz"
builddir="$srcdir/json-$pkgver"