mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-25 14:55:04 -04:00
21 lines
436 B
Bash
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
|
|
"
|