Install this version:
emerge -a =app-crypt/pinentry-fuzzel-1.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/pinentry-fuzzel-1.0.0
Or alternatively:
emerge --autounmask-write -a =app-crypt/pinentry-fuzzel-1.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Simple passphrase entry dialog via 'fuzzel'."
HOMEPAGE="https://github.com/JonasToth/pinentry-fuzzel"
SRC_URI="https://github.com/JonasToth/pinentry-fuzzel/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
gui-apps/fuzzel
"
src_install() {
dobin pinentry-fuzzel
}
pkg_postinst() {
elog "To use pinentry-fuzzel, edit your gpg-agent.conf file to include:"
elog "pinentry-program /usr/bin/pinentry-fuzzel"
elog "Consider adding 'password-character=●' to your '~/.config/fuzzel/fuzzel.ini' file"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pinentry-fuzzel-1.0.0.tar.gz | 13567 bytes | https://github.com/JonasToth/pinentry-fuzzel/archive/refs/tags/v1.0.0.tar.gz |