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.
This commit is contained in:
Bart Ribbers 2019-08-18 23:59:00 +02:00 committed by Milan P. Stanić
parent ead59c4fea
commit 20af3a9900

View File

@ -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"