2022-01-02 21:42:38 -05:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
|
|
|
inherit meson
|
|
|
|
|
|
|
|
if [[ ${PV} == 9999 ]]; then
|
|
|
|
inherit git-r3
|
|
|
|
EGIT_REPO_URI="https://github.com/t-8ch/pinentry-bemenu.git"
|
|
|
|
else
|
|
|
|
SRC_URI="https://github.com/t-8ch/pinentry-bemenu/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
2022-03-06 17:33:34 -05:00
|
|
|
KEYWORDS=""
|
2022-01-02 21:42:38 -05:00
|
|
|
fi
|
|
|
|
|
|
|
|
DESCRIPTION="Pinentry based on bemenu"
|
|
|
|
HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu"
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
dev-libs/bemenu
|
|
|
|
dev-libs/libassuan
|
|
|
|
dev-libs/libgpg-error
|
|
|
|
dev-libs/popt
|
2022-03-06 17:33:34 -05:00
|
|
|
>=dev-libs/bemenu-0.6.5
|
2022-01-02 21:42:38 -05:00
|
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
BDEPEND=""
|