Install this version:
emerge -a =dev-libs/zxcvbn-c-2.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/zxcvbn-c-2.6
Or alternatively:
emerge --autounmask-write -a =dev-libs/zxcvbn-c-2.6
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="C/C++ version of the zxcvbn password strength estimator"
HOMEPAGE="https://github.com/tsyrogit/zxcvbn-c"
SRC_URI="https://github.com/tsyrogit/zxcvbn-c/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
rm "${ED}/usr/$(get_libdir)/libzxcvbn.a" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | zxcvbn-c-2.6.gh.tar.gz | 1405136 bytes | https://github.com/tsyrogit/zxcvbn-c/archive/refs/tags/v2.6.tar.gz |