mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-crypt/pinentry-bemenu: add 0.13.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pinentry-bemenu-0.13.1.tar.gz 34933 BLAKE2B 3e71ca3ddd7836149e7dd6b208ac2664ccd4b00b914112e767cc659c3da8dcf22219f85029ea095d0096caccb3fa48402a724318941631b5454fd031228c8ac7 SHA512 9cdb4a3876c96900dc5ae31ad8520e0f5bc337a7e97e30c35fc0898c5f25dea322b9f41afa191a75eb3502455a96f2cb03f3699802ac38dcd1af67445fb8a3b2
|
||||
DIST pinentry-bemenu-0.13.2.tar.gz 35112 BLAKE2B 04fe29d861251060df8b8c6c3f459bcb3aa988ec6c4852c5d956463fcdfc45c1b1090d8af9f9fe8d858e86120cefbb7b13142335ec2f2c6cb92b26520f067c81 SHA512 2420a087cdcdb6e7efc42d76c3ecc948c18b3549eb8d03ef27ec064237eb3bad21beb8423db02157608ac77de637cd0f77acc986f9562ec1d324b6084bcdb2e0
|
||||
|
||||
27
app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.2.ebuild
Normal file
27
app-crypt/pinentry-bemenu/pinentry-bemenu-0.13.2.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2022-2024 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"
|
||||
}
|
||||
Reference in New Issue
Block a user