~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190818215900.14024-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +3 -3
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
Reply to thread Export thread (mbox)