summaryrefslogtreecommitdiff
path: root/app-emacs/pinentry/pinentry-0.1_p20241123.ebuild
blob: 2c3ccdbff87577a4bd0fd17465cfdabb76a4651b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp readme.gentoo-r1

COMMIT="77991a491f3fc4673dfdd959ba6b4c9b0111150f"
DESCRIPTION="GnuPG Pinentry server implementation for Emacs"
HOMEPAGE="https://github.com/ueno/pinentry-el
	https://www.emacswiki.org/emacs/EasyPG"
SRC_URI="https://github.com/ueno/${PN}-el/archive/${COMMIT}.tar.gz
	-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-el-${COMMIT}"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"

RDEPEND="app-crypt/pinentry[emacs]"

SITEFILE="50${PN}-gentoo.el"