Install this version:
emerge -a =dev-nim/cligen-1.11.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-nim/cligen-1.11.0
Or alternatively:
emerge --autounmask-write -a =dev-nim/cligen-1.11.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.11.0 | 8 | ~amd64 | 1.11.0 |
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nimble
DESCRIPTION="Infer & generate command-line interface/option/argument parser"
HOMEPAGE="
https://c-blake.github.io/cligen/
https://github.com/c-blake/cligen
"
SRC_URI="https://github.com/c-blake/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC MIT"
SLOT="${PV}"
KEYWORDS="~amd64"
IUSE="test toml"
RESTRICT="!test? ( test )"
RDEPEND="toml? ( dev-nim/parsetoml )"
DEPEND="${RDEPEND}
test? ( dev-nim/parsetoml )
"
DOCS=( configs {MOTIVATION,README,RELEASE-NOTES,TODO}.md )
set_package_url "https://github.com/c-blake/cligen"
src_test() {
emake test V=1 NIM_EXTRA="--processing:off"
}
src_install() {
docompress -x /usr/share/doc/${PF}/examples
dodoc -r examples
nimble_src_install
}
Manage flags for this package:
euse -i <flag> -p dev-nim/cligen |
euse -E <flag> -p dev-nim/cligen |
euse -D <flag> -p dev-nim/cligen
toml? ( dev-nim/parsetoml ) test? ( dev-nim/parsetoml )
toml? ( dev-nim/parsetoml )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cligen-1.11.0.tar.gz | 718428 bytes | https://github.com/c-blake/cligen/archive/refs/tags/1.11.0.tar.gz |