dev-libs/plog - 1.1.9 (rion)

Search

Package Information

Description:
Portable, simple and extensible C++ logging library
Homepage:
https://github.com/SergiusTheBest/plog
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.9 8 amd64 x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Portable, simple and extensible C++ logging library"
HOMEPAGE="https://github.com/SergiusTheBest/plog"
SRC_URI="https://github.com/SergiusTheBest/plog/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

src_configure() {
	local mycmakeargs=(
		-DPLOG_BUILD_SAMPLES=OFF
	)
	cmake_src_configure
}

Manifest for 1.1.9

Type File Size Source URLs
DIST plog-1.1.9.tar.gz 47444 bytes https://github.com/SergiusTheBest/plog/archive/refs/tags/1.1.9.tar.gz