mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-crypt/pinentry-bemenu: new package, add 0.11.0
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
This commit is contained in:
1
app-crypt/pinentry-bemenu/Manifest
Normal file
1
app-crypt/pinentry-bemenu/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pinentry-bemenu-0.11.0.tar.gz 34352 BLAKE2B 54059a506fbc3e5034af7ffdf6fdac8f131abbac94662a35d487072f292b380a8b81d5a2916a8ef85ac3ae0c4f479119fadac541eb6bd32eb3033ce762ea5679 SHA512 3c35733b52d1b096904585ee0f37b0a2c7390158a94b2f13fe387fd738c004a2f1f474e3ca66d35f364ad057dc6b4520700d2a71f4d1c431bb428b6de513313a
|
||||
28
app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild
Normal file
28
app-crypt/pinentry-bemenu/pinentry-bemenu-0.11.0.ebuild
Normal file
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user