# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Generate random passwords using the in-kernel cryptographically" HOMEPAGE="https://github.com/overcq/ranpwd" inherit git-r3 EGIT_REPO_URI="${HOMEPAGE}.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" BDEPEND="=dev-build/cmake-3.31.9-r1" src_configure() { cmake . || die }