app-crypt/pinentry-bemenu - 0.14.0 (guru)

Search

Install

Install this version:

emerge -a =app-crypt/pinentry-bemenu-0.14.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/pinentry-bemenu-0.14.0

Or alternatively:

emerge --autounmask-write -a =app-crypt/pinentry-bemenu-0.14.0

Package Information

Description:
Pinentry based on bemenu
Homepage:
https://github.com/t-8ch/pinentry-bemenu
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.14.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Pinentry based on bemenu"
HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu"
SRC_URI="https://github.com/t-8ch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-libs/bemenu
	dev-libs/libgpg-error
	dev-libs/libassuan:=
	dev-libs/popt
"
RDEPEND="${DEPEND}"

pkg_postinst() {
	elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:"
	elog "pinentry-program /usr/bin/pinentry-bemenu"
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/bemenu
	dev-libs/libgpg-error
	dev-libs/libassuan:=
	dev-libs/popt

RDEPEND

	dev-libs/bemenu
	dev-libs/libgpg-error
	dev-libs/libassuan:=
	dev-libs/popt

Manifest for 0.14.0

Type File Size Source URLs
DIST pinentry-bemenu-0.14.0.tar.gz 35177 bytes https://github.com/t-8ch/pinentry-bemenu/archive/v0.14.0.tar.gz