dev-cpp/argh - 1.3.2 (darthgandalf-overlay)

Search

Package Information

Description:
A minimalist argument handler for C++
Homepage:
https://github.com/adishavit/argh
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.3.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="A minimalist argument handler for C++"
HOMEPAGE="https://github.com/adishavit/argh"
SRC_URI="https://github.com/adishavit/argh/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

_src_configure() {
	local mycmakeargs=(
		-DBUILD_EXAMPLES=no
		-DBUILD_TESTS=yes
	)
	cmake_src_configure
}

src_test() {
	"${BUILD_DIR}"/argh_tests || die
}

Manifest for 1.3.2

Type File Size Source URLs
DIST argh-1.3.2.tar.gz 101443 bytes https://github.com/adishavit/argh/archive/v1.3.2.tar.gz