| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.10.4 | 8 | ~amd64 | 0 |
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Nameof operator for modern C++"
HOMEPAGE="https://github.com/Neargye/nameof"
SRC_URI="https://github.com/Neargye/nameof/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DOCS=(
README.md doc/limitations.md doc/reference.md
)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nameof-0.10.4.tar.gz | 158289 bytes | https://github.com/Neargye/nameof/archive/refs/tags/v0.10.4.tar.gz |