app-emacs/nxml-gentoo-schemas: ppc stable wrt bug #717324
[gentoo.git] / app-emacs / htmlize / htmlize-1.55.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp
7
8 MY_PN="emacs-${PN}"
9 DESCRIPTION="HTML-ize font-lock buffers in Emacs"
10 HOMEPAGE="https://www.emacswiki.org/emacs/Htmlize
11         https://github.com/hniksic/emacs-htmlize"
12 SRC_URI="https://github.com/hniksic/${MY_PN}/archive/release/${PV}.tar.gz -> ${P}.tar.gz"
13
14 LICENSE="GPL-2+"
15 SLOT="0"
16 KEYWORDS="amd64 ppc x86"
17
18 S="${WORKDIR}/${MY_PN}-release-${PV}"
19 SITEFILE="50${PN}-gentoo.el"
20 DOCS="README.md NEWS"