app-emacs/pymacs: amd64 stable wrt bug #721740
[gentoo.git] / app-emacs / ghub / ghub-2.0.1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 NEED_EMACS=25
6
7 inherit elisp
8
9 DESCRIPTION="minuscule client library for the Github API"
10 HOMEPAGE="https://magit.vc/manual/ghub"
11 SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="GPL-3+"
14 SLOT="0"
15 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
16
17 SITEFILE="50${PN}-gentoo.el"
18 ELISP_TEXINFO="*.texi"
19 DOCS="README.md"
20
21 DEPEND="sys-apps/texinfo"