1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20"
9 HOMEPAGE="https://github.com/martinus/robin-hood-hashing"
10 SRC_URI="https://github.com/martinus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
14 KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
16 PATCHES=( "${FILESDIR}/${PN}-include-cstdint.patch" )
20 -DRH_STANDALONE_PROJECT=OFF
21 -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/share/"