mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
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:
parent
ead59c4fea
commit
20af3a9900
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user