Apocrypha

loguru-2.1.0batsim

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="A lightweight C++ logging library"
HOMEPAGE="https://github.com/emilk/loguru"
EGIT_REPO_URI="https://github.com/emilk/loguru.git"

if [ ${PV} != "9999" ]; then
	EGIT_COMMIT="4adaa185883e3c04da25913579c451d3c32cfac1"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="Unlicense"
SLOT="0"

PATCHES=(
	"${FILESDIR}/${PN}-2.1.0-fix_path.patch"
)