Files
guru/app-crypt/pinentry-bemenu/pinentry-bemenu-0.14.0.ebuild
Takuya Wakazono d441c29437 app-crypt/pinentry-bemenu: add 0.14.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-04-03 23:48:22 +09:00

28 lines
595 B
Bash

# 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"
}