You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/pinentry/pinentry-0.1_p20170913.ebuild

21 lines
585 B

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp readme.gentoo-r1
DESCRIPTION="GnuPG Pinentry server implementation for Emacs"
HOMEPAGE="https://www.emacswiki.org/emacs/EasyPG"
# taken from lisp/net/pinentry.el in GNU Emacs repo (commit bc511a64f6da)
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc ~x86"
RDEPEND="app-crypt/pinentry[emacs]"
PATCHES=( "${FILESDIR}"/${PN}-emacs-29.patch )
SITEFILE="50${PN}-gentoo.el"