~alpine/aports

testing/nlohmann-json: take over maintainership and disable -dev package v1 PROPOSED

Bart Ribbers: 1
 testing/nlohmann-json: take over maintainership and disable -dev package

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2925/mbox | git am -3
Learn more about email & git

[PATCH] testing/nlohmann-json: take over maintainership and disable -dev package Export this patch

It's just a single header file package anyway, the non -dev or -doc
package would be useless.
---
 testing/nlohmann-json/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD
index b1dd0c6e23..d598d3622e 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"

-- 
2.21.0