# Copyright 2026 Arniiiii [email protected]
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Professionally written C++ function traits library"
HOMEPAGE="https://github.com/HexadigmSystems/FunctionTraits"
COMMIT="d4a6f8a96df2d8174219dc0a73f0201193b3c538"
SRC_URI="
https://github.com/HexadigmSystems/FunctionTraits/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/FunctionTraits-${COMMIT}"
LICENSE="Hexadigm_Generic_C++_library"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=(
"${FILESDIR}/0000_basic_CMakeLists.txt_.patch"
)