Install this version:
emerge -a =dev-cpp/args-6.4.15
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/args-6.4.15
Or alternatively:
emerge --autounmask-write -a =dev-cpp/args-6.4.15
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.4.15 | 8 | ~amd64 | 0 |
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="A simple header-only C++ argument parser library"
HOMEPAGE="https://github.com/Taywee/args"
SRC_URI="
https://github.com/Taywee/args/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
src_configure() {
local mycmakeargs=(
-DARGS_BUILD_EXAMPLE=OFF #todo
-DARGS_BUILD_UNITTESTS=$(usex test)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-cpp/args |
euse -E <flag> -p dev-cpp/args |
euse -D <flag> -p dev-cpp/args
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | args-6.4.15.tar.gz | 81982 bytes | https://github.com/Taywee/args/archive/refs/tags/6.4.15.tar.gz |