# Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake-utils DESCRIPTION="Ultralightweight JSON parser in ANSI C" HOMEPAGE="https://github.com/DaveGamble/cJSON" SRC_URI="https://github.com/DaveGamble/cJSON/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="dev-util/cmake" S="${WORKDIR}/cJSON-${PV}"