Files
guru/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild
2023-12-07 19:22:24 -06:00

21 lines
436 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="TOML config parser and serializer for C++"
HOMEPAGE="https://github.com/marzer/tomlplusplus.git"
SRC_URI="https://github.com/marzer/tomlplusplus/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="${DEPEND}"
BDEPEND="
dev-util/cmake
dev-util/meson
"