From c540963c06c824aa6f88bcd974d05c8af051d1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Efe=20=C4=B0zbudak?= Date: Wed, 7 Sep 2022 15:41:40 -0400 Subject: [PATCH] app-crypt/pinentry-bemenu: new package, add 0.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Efe İzbudak --- app-crypt/pinentry-bemenu/Manifest | 1 + .../pinentry-bemenu-0.11.0.ebuild | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 app-crypt/pinentry-bemenu/Manifest create mode 100644 app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild diff --git a/app-crypt/pinentry-bemenu/Manifest b/app-crypt/pinentry-bemenu/Manifest new file mode 100644 index 0000000000..16bc37b2e8 --- /dev/null +++ b/app-crypt/pinentry-bemenu/Manifest @@ -0,0 +1 @@ +DIST pinentry-bemenu-0.11.0.tar.gz 34352 BLAKE2B 54059a506fbc3e5034af7ffdf6fdac8f131abbac94662a35d487072f292b380a8b81d5a2916a8ef85ac3ae0c4f479119fadac541eb6bd32eb3033ce762ea5679 SHA512 3c35733b52d1b096904585ee0f37b0a2c7390158a94b2f13fe387fd738c004a2f1f474e3ca66d35f364ad057dc6b4520700d2a71f4d1c431bb428b6de513313a diff --git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild new file mode 100644 index 0000000000..e2b75bf1b6 --- /dev/null +++ b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 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}" +BDEPEND="" + +pkg_postinst() { + elog "To use pinentry-bemenu, edit your gpg-agent.conf file to include:" + elog "pinentry-program /usr/bin/pinentry-bemenu" +}