dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / dev-cpp / aixlog / aixlog-1.5.0-r1.ebuild
blob19f3905fb04eaa1a68b01efaa59add971161d5b0
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit cmake
8 DESCRIPTION="Header-only C++ logging library"
9 HOMEPAGE="https://github.com/badaix/aixlog"
10 SRC_URI="https://github.com/badaix/aixlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="MIT"
13 SLOT="0"
14 KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
16 src_configure() {
17         local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
19         cmake_src_configure