summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2021-10-09 17:00:56 +0200
committerFlorian Schmaus <flow@gentoo.org>2021-10-09 17:01:49 +0200
commitbfbbc7e530e1607ba7d4157493eda0b8b7cd5369 (patch)
tree7d6a5bc02b409f0ddc748e5410ffac1b6aa46a32 /dev-cpp/json11/json11-1.0.0.ebuild
parentdev-lang/perl: Remove old (diff)
downloadgentoo-bfbbc7e530e1607ba7d4157493eda0b8b7cd5369.tar.gz
gentoo-bfbbc7e530e1607ba7d4157493eda0b8b7cd5369.tar.bz2
gentoo-bfbbc7e530e1607ba7d4157493eda0b8b7cd5369.zip
dev-cpp/json11: initial import
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-cpp/json11/json11-1.0.0.ebuild')
-rw-r--r--dev-cpp/json11/json11-1.0.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-cpp/json11/json11-1.0.0.ebuild b/dev-cpp/json11/json11-1.0.0.ebuild
new file mode 100644
index 000000000000..94fcfeb98c40
--- /dev/null
+++ b/dev-cpp/json11/json11-1.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A tiny JSON library for C++11"
+HOMEPAGE="https://github.com/dropbox/json11"
+SRC_URI="https://github.com/dropbox/json11/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-fix-multiarch-install.patch
+)