1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
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"
14 KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
17 local mycmakeargs=( -DBUILD_EXAMPLE=OFF )